mirror of
https://github.com/narthur/research-quest.git
synced 2026-07-22 11:40:25 +00:00
9 lines
242 B
JSON
9 lines
242 B
JSON
{
|
|
"extends": "@tsconfig/svelte/tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["svelte"],
|
|
"module": "esnext",
|
|
"lib": ["ESNext", "DOM", "DOM.Iterable"]
|
|
},
|
|
"exclude": ["node_modules/*", "__sapper__/*", "dist/*", "main.js"]
|
|
}
|