21 lines
360 B
JSON
21 lines
360 B
JSON
|
{
|
||
|
"extends": "./.svelte-kit/tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"allowJs": true,
|
||
|
"checkJs": true,
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"skipLibCheck": true,
|
||
|
"sourceMap": true,
|
||
|
"strict": false,
|
||
|
"paths": {
|
||
|
"$lib": [
|
||
|
"src/lib"
|
||
|
],
|
||
|
"$lib/*": [
|
||
|
"src/lib/*"
|
||
|
],
|
||
|
}
|
||
|
}
|
||
|
}
|