Files
Bridge-Multi/tsconfig.angular.json
2020-05-04 19:49:01 -04:00

15 lines
264 B
JSON

{
"extends": "./tsconfig.json",
"module": "esnext",
"files": [
"src/main.ts",
"src/polyfills.ts"
],
"include": [
"src/**/*.d.ts"
],
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true
}
}