UNPKG

threejs-math

Version:

Stand-alone version of three.js math with TypeScript support

16 lines (15 loc) 333 B
{ "compilerOptions": { "module": "commonjs", "lib": ["es6"], "noImplicitAny": true, "noImplicitThis": true, "strictFunctionTypes": true, "strictNullChecks": true, "noEmit": true, "forceConsistentCasingInFileNames": true }, "include": [ "types/**/*.ts" ] }