bolt/treegen/tsconfig.json
2020-05-09 22:36:03 +02:00

13 lines
280 B
JSON

{
"compilerOptions": {
"target": "es2017",
"module": "commonjs",
"outDir": "./lib",
"removeComments": true,
"strict": true,
"esModuleInterop": true,
"inlineSourceMap": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
}
}