16 lines
355 B
JSON
16 lines
355 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"pretty": true,
|
||
|
"moduleResolution": "node",
|
||
|
"noImplicitAny": true,
|
||
|
"target": "ES6",
|
||
|
"module": "commonjs",
|
||
|
"lib": ["es5", "es6", "es7", "dom"],
|
||
|
"sourceMap": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"outDir": "dist"
|
||
|
}
|
||
|
}
|