13 lines
271 B
JSON
Generated
13 lines
271 B
JSON
Generated
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"strictNullChecks": false,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["tests/**/*.ts", "vitest.config.ts"]
|
|
}
|