UNPKG
tsm-starter
Version:
latest (1.1.0)
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.2.2
0.2.1
0.2.0
0.1.0
0.0.8
0.0.7
0.0.6
0.0.4
0.0.3
0.0.2
0.0.1
Utility to generate Typescript nodejs modules.
github.com/wspecs/tsm-starter
wspecs/tsm-starter
tsm-starter
/
tsconfig.json
14 lines
(13 loc)
•
192 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"lib"
:
[
"es6"
,
"dom"
,
]
,
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"outDir"
:
"./dist"
,
"strict"
:
true
}
}