iching-broker-level1/tsconfig.json

8 lines
132 B
JSON
Raw Normal View History

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