UNPKG
@deviceidio/deviceid
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.1.4
deviceID client
@deviceidio/deviceid
/
tsconfig.json
14 lines
(13 loc)
•
281 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
// Change this to match your project
"include"
:
[
"*"
]
,
"compilerOptions"
:
{
"types"
:
[
"ua-parser.js"
]
,
"exclude"
:
[
"node_modules"
]
,
"allowJs"
:
true
,
"declaration"
:
true
,
"emitDeclarationOnly"
:
true
,
"outDir"
:
"./"
,
"declarationMap"
:
true
}
}