feat(core): depend on type definitions for Trusted Types (#39207)

To facilitate the upcoming Trusted Types support being added to Angular,
add the TypeScript type definitions for the Trusted Types browser API as
a dependency in the root package.json and types.d.ts since they're
needed for compiling the Angular packages.

PR Close #39207
This commit is contained in:
Bjarki
2020-10-06 22:39:10 +00:00
committed by atscott
parent 5ce71e0fbc
commit c4266fb729
4 changed files with 8 additions and 0 deletions

1
packages/types.d.ts vendored
View File

@ -9,6 +9,7 @@
// This file contains all ambient imports needed to compile the packages/ source code
/// <reference types="hammerjs" />
/// <reference types="trusted-types" />
/// <reference lib="es2015" />
/// <reference path="./goog.d.ts" />
/// <reference path="./system.d.ts" />