Revision e69984850e46c0aae579e49e03cb0f220b22f9ea authored by Boris Sekachev on 09 October 2023, 12:37:14 UTC, committed by GitHub on 09 October 2023, 12:37:14 UTC
1 parent bcf1736
Raw File
tsconfig.json
{
  "compilerOptions": {
    "target": "es2020",
    "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"]
}
back to top