UNPKG
generator-sprotty
Version:
latest (1.4.0)
next (1.3.0-next.9aa2083.6)
1.4.0
1.3.0
1.3.0-next.9aa2083.6
1.3.0-next.8eb479f.3
1.2.0
1.1.0
1.0.0
0.15.0-next.f785425.19
0.15.0-next.e38e5d4.24
0.15.0-next.cf488b9.2
0.15.0-next.93bc791.12
0.15.0-next.8dba94d.20
0.15.0-next.781c032.25
0.15.0-next.771285d.18
0.15.0-next.6e9cd10.8
0.15.0-next.6d43db2.16
0.15.0-next.5c4476b.17
0.15.0-next.4b4da39.27
0.15.0-next.446c62d.26
0.15.0-next.40d571b.0
0.15.0-next.3625d2d.14
0.15.0-next.28dc7b8.23
0.15.0-next.25ffc24.11
0.15.0-next.044bba2.13
0.15.0-next.7444211.0
0.14.0
0.14.0-next.e058bb2.23
0.14.0-next.d00acdf.29
0.14.0-next.c120cb7.17
0.14.0-next.ac93ad6.20
0.14.0-next.995e1a3.30
0.14.0-next.8ad7fde.34
0.14.0-next.60db4ac.11
0.14.0-next.5a8c6c3.12
0.14.0-next.4f8dda1.27
0.14.0-next.394db1d.21
0.14.0-next.04037bf.22
0.14.0-next.02bbac0.26
0.14.0-next.8373830.18
Yeoman generator for Sprotty
github.com/eclipse-sprotty/sprotty
eclipse-sprotty/sprotty
generator-sprotty
/
sprotty-local-template
/
tsconfig.json
12 lines
•
290 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"
$schema
"
:
"https://json.schemastore.org/tsconfig"
,
"compilerOptions"
: {
"target"
:
"ES2022"
,
"module"
:
"commonjs"
,
"esModuleInterop"
:
true
,
"sourceMap"
:
true
,
"experimentalDecorators"
:
true
,
"jsx"
:
"react"
},
"lib"
: [
"ES2022"
,
"DOM"
] }