11 lines
203 B
JSON
11 lines
203 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"verbatimModuleSyntax": true,
|
|
"noEmit": true
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|