UNPKG
globular_panel
Version:
latest (1.0.0)
1.0.0
Globular Configuration Panel
github.com/davecourtois/globular_panel
davecourtois/globular_panel
globular_panel
/
tsconfig.json
14 lines
•
322 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"outDir"
:
"./dist/"
,
"sourceMap"
:
true
,
"noImplicitAny"
:
true
,
"moduleResolution"
:
"node"
,
"module"
:
"es6"
,
"target"
:
"es6"
,
"allowJs"
:
true
,
"declaration"
:
true
,
"typeRoots"
:
[
"node_modules/@types"
]
,
"lib"
:
[
"es2018"
,
"dom"
]
}
}