UNPKG

@plastichub/osr-cad

Version:

This is a CLI(CommandLineInterface) toolset to convert 3D files, using Solidworks and other software.

23 lines 389 B
{ "compilerOptions": { "module": "commonjs", "target": "ES2020", "allowJs": true, "noImplicitAny": false, "noImplicitThis": false, "sourceMap": true, "outDir": "./", "pretty": true, "baseUrl": "./src", "rootDir": "./src", "declaration": true }, "compileOnSave": false, "filesGlob": [ "./src/**/*.ts" ], "files": [ "./src/index.ts", "./src/main.ts" ] }