Files
Randall/tests/e2e/tsconfig.json
Robert van Diest 1301a01d6d Initial commit
2026-03-24 20:13:07 +01:00

16 lines
276 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "commonjs",
"moduleResolution": "node",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
},
"include": ["**/*.ts"]
}