UNPKG
ipsos-components
Version:
latest (5.0.0-rc.3)
5.0.0-rc.3
Material Design components for Angular
github.com/angular/material2
ipsos-components
/
src
/
cdk
/
keycodes
/
tsconfig-build.json
14 lines
(13 loc)
•
309 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"extends"
:
"../tsconfig-build"
,
"files"
:
[
"public-api.ts"
]
,
"angularCompilerOptions"
:
{
"annotateForClosureCompiler"
:
true
,
"strictMetadataEmit"
:
true
,
"flatModuleOutFile"
:
"index.js"
,
"flatModuleId"
:
"@angular/cdk/keycodes"
,
"skipTemplateCodegen"
:
true
}
}