UNPKG
@chubbyts/chubbyts-packaging
Version:
latest (4.0.1)
rc (3.0.0-rc.1)
4.0.1
4.0.0
3.0.2
3.0.1
3.0.0
3.0.0-rc.1
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.1
1.1.0
1.0.3
1.0.2
Packaging helper
github.com/chubbyts/chubbyts-packaging
chubbyts/chubbyts-packaging
@chubbyts/chubbyts-packaging
/
tsconfig.json
15 lines
(14 loc)
•
287 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"erasableSyntaxOnly"
:
true
,
"esModuleInterop"
:
true
,
"module"
:
"ESNext"
,
"moduleResolution"
:
"node"
,
"skipLibCheck"
:
true
,
"strict"
:
true
,
"target"
:
"ES2021"
}
,
"include"
:
[
"src"
]
}