samgis / static /tsconfig.vitest.json
aletrn's picture
[feat] add working static frontend
aa983ad
raw
history blame contribute delete
153 Bytes
{
"extends": "./tsconfig.app.json",
"exclude": [],
"compilerOptions": {
"composite": true,
"lib": [],
"types": ["node", "jsdom"]
}
}