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