UNPKG
tortellini
Version:
alpha (1.0.0-alpha.2)
latest (1.0.0-alpha.13)
1.0.0-alpha.13
1.0.0-alpha.11
1.0.0-alpha.10
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
A minimal code editor 🐢
github.com/l2ig/tortellini
l2ig/tortellini
tortellini
/
tsconfig.json
10 lines
•
136 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"module"
:
"ES6"
,
"target"
:
"es2017"
,
"sourceMap"
:
true
}
,
"exclude"
:
[
"node_modules"
]
}