view Deprecated/Resources/CodeGeneration/Graveyard/tsconfig.json @ 1433:8635b333fa5b

[BREAKING] VolumeSceneLayerSource now locks the viewport properly before using the scene. The ctor now accepts the viewport instead of a ref. to the scene. RtViewer sample has been adapted accordingly.
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 19 May 2020 13:22:48 +0200
parents f6a2d46d2b76
children
line wrap: on
line source

{
  // "extends": "../../../../../orthanc-stone/Platforms/Wasm/tsconfig-stone",
  "compilerOptions": {
    // "outFile": "../../../WebApplication-build/to-embed/app.js",
    // "module": "system",
    // "sourceMap": false,
    "lib": [
      "es2017",
      "es2017",
      "dom",
      "dom.iterable"
    ]
  },
  "include": [
    // "commands/*.ts",
    // "logger.ts",
    // "app.ts",
    // "main.ts",
    // "ui.ts",
    // "popup.ts"
  ]
}