iching-broker-level3/tsconfig.json

10 lines
No EOL
190 B
JSON

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