mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
310cc9b71b
As the integration with the browser navigation API is built out, we will want to have the types available PR Close #64905
7 lines
102 B
JSON
7 lines
102 B
JSON
{
|
|
"extends": "../tsconfig-build.json",
|
|
"compilerOptions": {
|
|
"types": ["dom-navigation"]
|
|
}
|
|
}
|