-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
According to this issue on typescript repo, trailing commas in tsconfig are legal (like comments)
microsoft/TypeScript#20384 (comment)
Example:
{
"extends": "@tsconfig/svelte/tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules"], // <- here
}
Comments are stripped here, but the comma is not, resulting in an error.
Line 187 in 3d0586d
export function parse (contents: string, filename: string) { |
cameron-martin, blimmer, edmundo096, karlhorky, Zamiell and 1 more
Metadata
Metadata
Assignees
Labels
No labels