[chore] Fix TS
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
{
|
||||
"extends": "./.svelte-kit/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"paths": {
|
||||
"$components/*": ["src/components/*"],
|
||||
"$utils/*": ["src/utils/*"],
|
||||
"$animations/*": ["src/animations/*"],
|
||||
"$modules/*": ["src/modules/*"],
|
||||
"$lib":["src/lib"],
|
||||
"$lib/*":["src/lib/*"]
|
||||
}
|
||||
"compilerOptins": {
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"resolveJsonModule": true,
|
||||
"skipLibCheck": true,
|
||||
"sourceMap": true,
|
||||
"strict": false,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
},
|
||||
"exclude": ["src/modules/globe/**/*.js"]
|
||||
"exclude": ["./src/modules/globe/**"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user