mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit fixes various issues that seem to cause the 17.3.x patch to be red for weeks: - Eslint checking a file for aio/tools that is not part of a tsconfig— hence an error is being reported. - Audit-web-app importing some Lighthouse APIs that aren't available under the given path. PR Close #55064
9 lines
162 B
JSON
9 lines
162 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"module": "ES2020"
|
|
},
|
|
"include": ["**/*.ts"],
|
|
"exclude": []
|
|
}
|