UNPKG
powerbi-client-angular-next
Version:
latest (6.0.0)
6.0.0
5.0.0
Angular wrapper for powerbi-client library
microsoft/powerbi-client-angular
powerbi-client-angular-next
/
config
/
test
/
tsconfig.spec.json
17 lines
(16 loc)
•
250 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"../../out-tsc/spec"
,
"types"
:
[
"jasmine"
]
}
,
"files"
:
[
"../../src/test.ts"
]
,
"include"
:
[
"../../**/*.spec.ts"
,
"../../**/*.d.ts"
]
}