UNPKG
randimals
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
1.1.1
1.1.0
1.0.1
1.0.0
Generate unique animal IDs for your projects
github.com/vinhvn/randimals
vinhvn/randimals
randimals
/
tsconfig.json
14 lines
(13 loc)
•
226 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"esModuleInterop"
:
true
,
"target"
:
"esnext"
,
"noImplicitAny"
:
true
,
"moduleResolution"
:
"node"
,
"sourceMap"
:
true
}
,
"include"
:
[
"lib/**/*"
]
}