open-organism-observer/opencv-js-4.10.0/tsconfig.json

16 lines
299 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"lib": ["esnext", "dom"],
"strict": true,
"esModuleInterop": true,
"sourceMap": true,
"outDir": "./dist",
"rootDir": ".",
"skipLibCheck": true,
"declaration": true
},
"include": ["src"]
}