UNPKG

threepipe

Version:

A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.

11 lines (10 loc) 255 B
{ "extends": "./tsconfig.json", "compilerOptions": { "paths": { "threepipe": ["../dist/"], "@threepipe/plugin-*": ["../plugins/*/dist"], "@threepipe/plugins-*": ["../plugins/*/dist"] }, }, }