UNPKG
circletron
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
circle orb for dealing with monorepos
github.com/circletron/circletron
circletron/circletron
circletron
/
src
/
tsconfig.json
14 lines
(13 loc)
•
261 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"declaration"
:
true
,
"strict"
:
true
,
"lib"
:
[
"es2019"
]
,
"moduleResolution"
:
"node"
,
"sourceMap"
:
true
,
"preserveWatchOutput"
:
true
,
"outDir"
:
"../dist"
,
"target"
:
"es2019"
,
"module"
:
"commonjs"
}
}