Remove trailing ,
in tsconfig.json (#177)
This commit is contained in:
parent
f4176bb2dd
commit
431bd4d58e
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ const tsconfig = `{
|
|||
"extends": "@tsconfig/svelte/tsconfig.json",
|
||||
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules/*", "__sapper__/*", "public/*"],
|
||||
"exclude": ["node_modules/*", "__sapper__/*", "public/*"]
|
||||
}`
|
||||
const tsconfigPath = path.join(projectRoot, "tsconfig.json")
|
||||
fs.writeFileSync(tsconfigPath, tsconfig)
|
||||
|
|
Loading…
Reference in a new issue