iching-broker-level2/tsconfig.json

9 lines
174 B
JSON
Raw Permalink Normal View History

2025-03-25 09:54:22 +01:00
{
2025-04-10 10:21:29 +02:00
"compilerOptions": {
"target": "es2020",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
2025-04-08 09:59:33 +02:00
}