24 lines
600 B
JSON
24 lines
600 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": false,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"noEmit": true,
|
|
"declaration": true,
|
|
"declarationDir": "dist/declaration",
|
|
"paths": {
|
|
"cvat-canvas.node": ["dist/cvat-canvas3d.node"]
|
|
},
|
|
"baseUrl": "."
|
|
},
|
|
"include": ["src/typescript/canvas3d.ts"]
|
|
}
|