13 lines
217 B
JSON
13 lines
217 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "system",
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|