angular/aio/tools/firebase-test-utils/tsconfig.json

9 lines
145 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"esModuleInterop": true,
"module": "ES2020"
},
"include": ["**/*.ts"]
}