13 lines
274 B
JSON
13 lines
274 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"declaration": true,
|
||
|
"module": "commonjs",
|
||
|
"rootDir": ".",
|
||
|
"sourceMap": true,
|
||
|
"sourceRoot": ".",
|
||
|
"target": "ES5",
|
||
|
"outDir": "../../dist/js/cjs"
|
||
|
}
|
||
|
}
|