10 lines
227 B
JSON
10 lines
227 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "es6",
|
||
|
"noImplicitAny": false,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"sourceMap": false
|
||
|
}
|
||
|
}
|