bytes-store/tsconfig.json
Overtorment b62f28a14a init
2021-06-08 09:44:46 +01:00

14 lines
297 B
JSON

{
"compilerOptions": {
"lib": ["es5", "es6"],
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"outDir": "./build",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true
}
}