7 lines
153 B
JSON
7 lines
153 B
JSON
{
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"exclude": ["./src/modules/globe/**/*"],
|
|
} |