UNPKG
@ha4us/script.adapter
Version:
latest (0.9.1)
0.9.1
0.9.0
0.8.3
0.8.2
0.8.1
0.8.0
0.7.2
0.7.1
0.7.0
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.3
0.5.2
Scripting Adapter for the ha4us
@ha4us/script.adapter
/
tsconfig.json
16 lines
(15 loc)
•
273 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es6"
,
"declaration"
:
true
,
"allowJs"
:
false
,
"sourceMap"
:
true
,
"typeRoots"
:
[
"node_modules/@types"
]
,
"lib"
:
[
"es2015"
]
,
"strict"
:
false
}
,
"include"
:
[
"src/**/*.ts"
]
}