UNPKG
web-event-tracker-sdk
Version:
latest (1.0.0)
1.0.0
Auto-capture web events like page views, button clicks, and link clicks.
web-event-tracker-sdk
/
tsconfig.json
14 lines
•
315 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"ES5"
,
"module"
:
"ESNext"
,
"declaration"
:
true
,
"outDir"
:
"dist"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"moduleResolution"
:
"node"
,
"forceConsistentCasingInFileNames"
:
true
,
"skipLibCheck"
:
true
}
,
"include"
:
[
"src/**/*"
]
}