mirror of
https://github.com/pockethost/pockethost.git
synced 2025-07-03 03:12: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",
|
"extends": "./.svelte-kit/tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"baseUrl": "",
|
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"checkJs": true,
|
"checkJs": true,
|
||||||
"preserveValueImports": false,
|
"preserveValueImports": false,
|
||||||
@ -12,17 +11,8 @@
|
|||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"strict": true,
|
"strict": true
|
||||||
"paths": {
|
}
|
||||||
"$util/*": ["./src/util/*"],
|
|
||||||
"$components/*": ["./src/components/*"],
|
|
||||||
"$src/*": ["./src/*"]
|
|
||||||
},
|
|
||||||
"types": ["./src/global.d.ts"]
|
|
||||||
},
|
|
||||||
"include": ["src/*"],
|
|
||||||
"exclude": ["node_modules", "**/node_modules/*"]
|
|
||||||
|
|
||||||
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
|
// 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
|
// 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