UNPKG

mlightcad

Version:

A highly customizable standalone view cube addon for three.js

22 lines (21 loc) 329 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist", "baseUrl": "./src", "composite": true, "lib": [ "ESNext", "DOM" ] }, "references": [ { "path": "../three-viewcube" } ], "include": [ "src" ] }