UNPKG

@anpanman/opencv_ts

Version:

Experimental WIP TypeScript typings and OpenCV.js/wasm loader.

23 lines 400 B
{ "compilerOptions": { "module": "CommonJS", "moduleResolution": "Node", "noImplicitAny": true, "rootDir": ".", "baseUrl": ".", "typeRoots": [ "node_modules/@types" ], "noEmit": true, "esModuleInterop": true, "strict": true, "strictNullChecks": true }, "include": [ "lib/**/*", "tests/**/*" ], "exclude": [ "node_modules", ] }