view Resources/CodeGeneration/Graveyard/tsconfig.json @ 1345:0d6a01ffa1dd broker

Clean version of the hack commited in the previous commit : the DicomStructureSetLoader now properly increments its revision during progressive loading. The "force update" method in the VolumeSceneLayerSource isn't needed anymore.
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 06 Apr 2020 09:17:40 +0200
parents 6405435480ae
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"
  ]
}