10 lines
160 B
JSON
10 lines
160 B
JSON
{
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"allowJs": true,
|
|
"checkJs": false,
|
|
"types": ["node"]
|
|
}
|
|
}
|