Files
starter-e2e-mrfd6t0x/e2e/tsconfig.json
2026-07-10 22:04:38 +02:00

15 lines
308 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,
"strict": true,
"skipLibCheck": true,
"noEmit": true,
"types": ["node"]
},
"include": ["tests/**/*.ts"]
}