mlightcad
Version:
A highly customizable standalone view cube addon for three.js
25 lines (22 loc) • 555 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "es6",
"declaration": true,
"declarationMap": true,
"allowJs": false,
"sourceMap": true,
/* Linting */
"strict": true,
"strictNullChecks": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"esModuleInterop": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"skipLibCheck": true,
"downlevelIteration": true,
"moduleResolution": "node"
}
}