UNPKG
create-tstyche
Version:
latest (1.2.3)
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
The TSTyche starter kit.
tstyche.org
tstyche/create-tstyche
create-tstyche
/
examples
/
tsconfig.json
13 lines
(12 loc)
•
236 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"exactOptionalPropertyTypes"
:
true
,
"jsx"
:
"preserve"
,
"module"
:
"nodenext"
,
"moduleResolution"
:
"nodenext"
,
"noEmit"
:
true
,
"strict"
:
true
,
"target"
:
"esnext"
,
"types"
:
[
]
}
}