UNPKG
avansel
Version:
latest (0.0.17)
0.0.17
0.0.16
0.0.15
0.0.13
0.0.12
0.0.11
Free OpenSource ThreeJS Javascript Virtual Tours viewer
avansel.github.io
avansel/viewer
avansel
/
tsconfig.json
12 lines
•
267 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"target"
:
"ES6"
,
"module"
:
"ESNext"
,
"outDir"
:
"./build"
,
"rootDir"
:
"./src"
,
"sourceMap"
:
true
,
"noImplicitAny"
:
false
,
"esModuleInterop"
:
true
,
"resolveJsonModule"
:
true
}
}