bolt/tsconfig.json
2020-05-10 12:00:53 +02:00

12 lines
252 B
JSON

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