UNPKG

lingo3d-vanilla

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

16 lines 293 B
{ "compilerOptions": { "module": "esnext", "moduleResolution": "node", "strict": true, "noImplicitOverride": true, "skipLibCheck": true, "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "target": "es2019", "outDir": "temp" }, "include": [ "src" ] }