10 lines
244 B
JSON
10 lines
244 B
JSON
|
{
|
||
|
"extends": "@tsconfig/svelte/tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"lib": ["DOM", "ES2017", "WebWorker"],
|
||
|
"strict": true
|
||
|
},
|
||
|
"include": ["src/**/*", "src/node_modules/**/*"],
|
||
|
"exclude": ["node_modules/*", "__sapper__/*", "static/*"]
|
||
|
}
|