12 lines
237 B
JSON
12 lines
237 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../../dist/out-tsc",
|
||
|
"types": ["node"],
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"target": "es2015"
|
||
|
},
|
||
|
"exclude": ["**/*.spec.ts"],
|
||
|
"include": ["**/*.ts"]
|
||
|
}
|