Skip to content

Commit

Permalink
QA: Revert tsconfig change
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesst20 committed Jun 26, 2024
1 parent d0a01f2 commit 2f51363
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion packages/svelte/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true
"strict": true,
"declaration": true,
"declarationDir": "dist",

"module": "ES2020",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,

"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"preserveConstEnums": true,
"removeComments": true
}
}

0 comments on commit 2f51363

Please sign in to comment.