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