Michael Telatynski c0373321af
Switch jest->vitest
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2026-01-21 14:30:25 +00:00

14 lines
335 B
JSON

{
"compilerOptions": {
"composite": true,
"target": "ESNext",
"module": "esnext",
"moduleResolution": "bundler",
"esModuleInterop": true,
"strict": true,
"types": [],
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts", "vitest.config.ts"]
}