Files
Cleanuparr/e2e/tsconfig.json
2026-03-12 22:12:20 +02:00

11 lines
188 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
}
}