iching-broker-level3/tsconfig.json
2025-03-25 09:54:22 +01:00

8 lines
No EOL
132 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "CommonJS",
"outDir": "dist",
"strict": true
}
}