Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
335 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"composite": true,
"target": "ESNext",
"module": "esnext",
"moduleResolution": "bundler",
2026-01-21 15:22:13 +00:00
"esModuleInterop": true,
"strict": true,
2026-01-21 15:22:13 +00:00
"types": [],
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts", "vitest.config.ts"]
}