14 lines
237 B
JSON
14 lines
237 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES5",
|
||
|
"module": "system",
|
||
|
"sourceMap": true,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"removeComments": false
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
]
|
||
|
}
|