Files
sf-sim/tsconfig.vitest.json

16 lines
245 B
JSON
Raw Permalink Normal View History

2026-01-27 10:00:51 +01:00
{
"extends": "./tsconfig.app.json",
"include": [
"vitest/**/*",
],
"exclude": [],
"compilerOptions": {
"composite": true,
"lib": [],
"types": [
"node",
"jsdom"
],
}
}