UNPKG
shreyas-ui-metrics
Version:
latest (1.28.0-test.1)
test (1.28.0-test.14)
1.28.0-test.14
1.28.0-test.13
1.28.0-test.12
1.28.0-test.11
1.28.0-test.10
1.28.0-test.9
1.28.0-test.8
1.28.0-test.7
1.28.0-test.6
1.28.0-test.5
1.28.0-test.4
1.28.0-test.3
1.28.0-test.2
1.28.0-test.1
UI metrics tracking for Webex widgets
shreyas-ui-metrics
/
tsconfig.json
11 lines
•
196 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"../../../tsconfig.json"
,
"include"
:
[
"./src"
]
,
"compilerOptions"
:
{
"outDir"
:
"./dist"
,
"declaration"
:
true
,
"declarationDir"
:
"./dist/types"
}
,
}