UNPKG
lingo3d-vanilla
Version:
latest (1.33.19)
1.33.19
1.33.12
1.33.11
1.33.10
1.33.9
1.33.8
1.33.7
1.33.6
1.33.4
1.33.3
1.32.11
1.32.10
1.31.0
1.30.2
1.19.2
1.19.1
1.19.0
1.18.0
1.17.4
1.17.3
1.17.2
1.17.1
1.16.4
1.16.3
1.15.9
1.15.8
1.15.7
1.12.29
1.12.20
1.12.19
1.3.4
1.3.2
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
lingo3d-vanilla
/
tsconfig.json
16 lines
•
293 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"module"
:
"esnext"
,
"moduleResolution"
:
"node"
,
"strict"
:
true
,
"noImplicitOverride"
:
true
,
"skipLibCheck"
:
true
,
"allowSyntheticDefaultImports"
:
true
,
"experimentalDecorators"
:
true
,
"target"
:
"es2019"
,
"outDir"
:
"temp"
}
,
"include"
:
[
"src"
]
}