Skip to content

Commit 8fe8564

Browse files
authored
chore: simplify app tsconfig (#146)
1 parent 8a279d0 commit 8fe8564

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

apps/test/tsconfig.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
11
{
2-
"extends": "./.svelte-kit/tsconfig.json",
3-
"compilerOptions": {
4-
"allowJs": true,
5-
"checkJs": true,
6-
"esModuleInterop": true,
7-
"forceConsistentCasingInFileNames": true,
8-
"resolveJsonModule": true,
9-
"skipLibCheck": true,
10-
"sourceMap": true,
11-
"strict": true,
12-
"moduleResolution": "bundler"
13-
}
2+
"extends": "./.svelte-kit/tsconfig.json"
143
}

0 commit comments

Comments
 (0)