UNPKG
skynet-mysky-utils
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Skynet common MySky utilities
github.com/SkynetLabs/skynet-mysky-utils
SkynetLabs/skynet-mysky-utils
skynet-mysky-utils
/
tsconfig.json
15 lines
(13 loc)
•
287 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"esModuleInterop"
:
true
,
"isolatedModules"
:
true
,
"noEmit"
:
true
,
"noImplicitAny"
:
true
,
"sourceMap"
:
true
,
"strict"
:
true
,
"outDir"
:
"dist"
,
"types"
:
[
"jest"
,
"node"
]
,
"typeRoots"
:
[
"./types"
,
"./node_modules/@types"
]
}
}