iching-broker-level3/tsconfig.json

10 lines
No EOL
193 B
JSON

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