bolt/tsconfig.json

13 lines
246 B
JSON
Raw Normal View History

2020-02-24 10:03:10 +01:00
{
"compilerOptions": {
2020-05-10 12:00:53 +02:00
"target": "es2017",
"module": "commonjs",
"outDir": "./lib",
"strict": true,
"esModuleInterop": true,
"sourceMap": true,
2020-05-10 12:00:53 +02:00
"experimentalDecorators": true,
"emitDecoratorMetadata": true
2020-02-24 10:03:10 +01:00
}
}