gui/tsconfig.json
Neil 6ad452331b
flatten repo: remove pnpm workspace + merge workspaces (#688)
* remove unused components

* remove pnpm

* implementation of local dev pantry setup (#689)
2023-06-30 10:33:39 +08:00

14 lines
387 B
JSON

{
"compilerOptions": {
"paths": {},
"importsNotUsedAsValues": "error",
"isolatedModules": true,
"preserveValueImports": true,
"lib": ["esnext", "DOM", "DOM.Iterable"],
"moduleResolution": "node",
"module": "esnext",
"target": "esnext"
},
"include": ["./tests/**/*.js", "./tests/**/*.ts", "./tests/**/*.svelte"],
"exclude": ["./node_modules/**"]
}