iching-broker-level2/tsconfig.backend.json
Christopher Hase b61a166649
All checks were successful
ci / build (push) Successful in 1m8s
make unit tests runnable again
2025-04-17 13:50:24 +02:00

13 lines
No EOL
325 B
JSON

{
"compilerOptions": {
"outDir": "./dist/backend",
"rootDir": "./backend",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"target": "ES2020",
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["backend/**/*.ts"],
"exclude": ["backend/**/*.test.ts"]
}