UNPKG
@runeya/runeya
Version:
latest (1.33.36)
next (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
1.33.36
1.33.35
1.33.34
1.33.33
1.33.32
1.33.31
1.33.30
1.33.29
1.33.28
1.33.27
1.33.26
1.33.25
1.33.24
1.33.23
1.33.22
1.33.20
1.33.19
1.33.17
1.33.16
1.33.12
1.33.11
1.33.9
1.33.8
1.0.14
1.0.8
1.0.7
1.0.2
Monitor processes as a stack
github.com/runeya/runeya
runeya/runeya
@runeya/runeya
/
defaultJsConfig.json
13 lines
(12 loc)
•
272 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"es2017"
,
"checkJs"
:
true
,
"moduleResolution"
:
"node"
,
"esModuleInterop"
:
true
,
"lib"
:
[
"es6"
]
,
"baseUrl"
:
"./"
}
,
"exclude"
:
[
"node_modules"
,
"dist"
]
,
"include"
:
[
"./src/**/*"
,
"tests/**/*"
,
"./typings"
]
}