Skip to content

Commit

Permalink
silence sveltekit tsconfig warning
Browse files Browse the repository at this point in the history
Your tsconfig.json should extend the configuration generated by SvelteKit:
{
  "extends": "./.svelte-kit/tsconfig.json"
}
  • Loading branch information
janosh committed Jul 25, 2022
1 parent fcd9022 commit c3a4a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// https://github.com/sveltejs/language-tools/blob/master/docs/preprocessors/typescript.md
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"strict": true,
"module": "esnext",
Expand Down

0 comments on commit c3a4a0c

Please sign in to comment.