8 lines
148 B
JSON
8 lines
148 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true
|
|
}
|
|
}
|