angular/packages/router/test/tsconfig-test.json
Andrew Scott 85d9abb019
refactor(router): Intercept navigate events (unless it's a rollback)
This adds further integration with the browser Navigation API by intercepting the navigation events.
2025-11-06 15:00:08 -08:00

6 lines
124 B
JSON

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