angular/packages/router/tsconfig.json
Andrew Scott 310cc9b71b build: Add dom-navigation types to router (#64905)
As the integration with the browser navigation API is built out, we will want to have the types available

PR Close #64905
2025-11-06 17:42:04 +00:00

6 lines
102 B
JSON

{
"extends": "../tsconfig-build.json",
"compilerOptions": {
"types": ["dom-navigation"]
}
}