mirror of
https://github.com/pockethost/pockethost.git
synced 2025-07-02 19:02:29 +00:00
chore: clean up type checking on dashboard
This commit is contained in:
parent
e98ea23cb6
commit
ae6705e49c
@ -1,7 +1,6 @@
|
||||
{
|
||||
"extends": "./.svelte-kit/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "",
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"preserveValueImports": false,
|
||||
@ -12,17 +11,8 @@
|
||||
"resolveJsonModule": true,
|
||||
"skipLibCheck": true,
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
"paths": {
|
||||
"$util/*": ["./src/util/*"],
|
||||
"$components/*": ["./src/components/*"],
|
||||
"$src/*": ["./src/*"]
|
||||
},
|
||||
"types": ["./src/global.d.ts"]
|
||||
},
|
||||
"include": ["src/*"],
|
||||
"exclude": ["node_modules", "**/node_modules/*"]
|
||||
|
||||
"strict": true
|
||||
}
|
||||
// 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user