17 lines
280 B
JSON
17 lines
280 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"experimentalDecorators": true,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"module": "commonjs",
|
||
|
"target": "es5",
|
||
|
"baseUrl": "."
|
||
|
},
|
||
|
"include": [
|
||
|
"."
|
||
|
],
|
||
|
"exclude": [
|
||
|
"./node_modules"
|
||
|
]
|
||
|
}
|