jest/examples/angular/tsconfig.json

11 lines
201 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"emitDeclarationOnly": false,
"noEmit": true,
"experimentalDecorators": true,
"strict": true
},
"include": ["./**/*"]
}