9 lines
188 B
JSON
9 lines
188 B
JSON
|
{
|
||
|
"extends": "@tsconfig/svelte/tsconfig.json",
|
||
|
|
||
|
"include": ["src/**/*"],
|
||
|
"exclude": ["node_modules/*", "__sapper__/*", "public/*"],
|
||
|
"compilerOptions": {
|
||
|
"sourceMap": true
|
||
|
}
|
||
|
}
|