UNPKG
@clusterio/create
Version:
latest (2.0.0-alpha.22)
2.0.0-alpha.21c
2.0.0-alpha.13b
2.0.0-alpha.22
2.0.0-alpha.21
2.0.0-alpha.20
2.0.0-alpha.19
2.0.0-alpha.18
2.0.0-alpha.17
2.0.0-alpha.16
2.0.0-alpha.15
2.0.0-alpha.14
2.0.0-alpha.13
2.0.0-alpha.12
2.0.0-alpha.11
2.0.0-alpha.10.c
2.0.0-alpha.10.b
2.0.0-alpha.9
2.0.0-alpha.8
2.0.0-alpha.0
Installer for clusterio
@clusterio/create
/
templates
/
plugin-ts
/
tsconfig.base.json
14 lines
(13 loc)
•
242 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"composite"
:
true
,
"declaration"
:
true
,
"declarationMap"
:
true
,
"incremental"
:
true
,
"sourceMap"
:
true
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"resolveJsonModule"
:
true
,
"skipLibCheck"
:
true
,
}
,
}