iching-broker-level3/tsconfig.json

8 lines
No EOL
125 B
JSON

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