iching-broker-level2/tsconfig.json

8 lines
132 B
JSON
Raw Normal View History

2025-03-25 09:54:22 +01:00
{
"compilerOptions": {
"target": "ES6",
"module": "CommonJS",
"outDir": "dist",
"strict": true
}
}