iching-broker-level3/tsconfig.json

8 lines
No EOL
130 B
JSON

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