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