mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
As the integration with the browser navigation API is built out, we will want to have the types available PR Close #64905
6 lines
102 B
JSON
6 lines
102 B
JSON
{
|
|
"extends": "../tsconfig-build.json",
|
|
"compilerOptions": {
|
|
"types": ["dom-navigation"]
|
|
}
|
|
}
|