iching-broker-level2/tsconfig.json

9 lines
174 B
JSON
Raw Normal View History

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