Files
fil/e2e/wasm/tsconfig.json

13 lines
271 B
JSON
Raw Normal View History

2026-06-01 23:40:55 +02:00
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"strictNullChecks": false,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["tests/**/*.ts", "vitest.config.ts"]
}