9 lines
227 B
JSON
9 lines
227 B
JSON
{
|
|
"extends": "@tsconfig/svelte/tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["dom", "ESNext"],
|
|
"target": "ESNext",
|
|
},
|
|
"include": ["./src/**/*"],
|
|
"exclude": ["./node_modules/*", "./__sapper__/*", "./public/*"]
|
|
} |