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
/
tsconfig.json
13 lines
(12 loc)
•
233 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
// Configuration for IDEs only.
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
"rootDir"
:
".."
,
"baseUrl"
:
"."
,
"paths"
:
{
"@angular/cdk/*"
:
[
"./*"
]
}
}
,
"include"
:
[
"./**/*.ts"
]
}