Skip to content

Commit

Permalink
Add new ts.config.json (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vatroslav Vrbanic committed Sep 8, 2022
1 parent 1cac1db commit e6fef54
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": false
}
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
//
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
// from the referenced tsconfig.json - TypeScript does not merge them in
}

0 comments on commit e6fef54

Please sign in to comment.