UNPKG
supermosh
Version:
latest (1.0.1)
1.0.1
1.0.0
Datamosh in the browser
supermosh.github.io
supermosh
/
tsconfig.json
11 lines
(10 loc)
•
190 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"include"
:
[
"src/**/*"
]
,
"compilerOptions"
:
{
"target"
:
"ESNext"
,
"declaration"
:
true
,
"lib"
:
[
"ESNext"
,
"DOM"
]
,
"downlevelIteration"
:
true
,
"outDir"
:
"dist"
}
}