UNPKG
smart-browser-id
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Unique ID for current browser (client).
smart-browser-id
/
tsconfig.json
14 lines
(13 loc)
•
273 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"rootDir"
:
"src"
,
"outDir"
:
"lib"
,
"declaration"
:
true
,
"lib"
:
[
"es2015"
,
"dom"
]
,
"module"
:
"es2022"
,
"moduleResolution"
:
"node"
,
"esModuleInterop"
:
true
}
,
"include"
:
[
"src"
]
,
"exclude"
:
[
"node_modules"
,
"lib"
]
}