nx/e2e/angular/tsconfig.json
2020-06-07 23:31:38 -04:00

8 lines
123 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": ["node", "jest"]
},
"include": ["**/*.ts"]
}