view Applications/Samples/SimpleViewer/Wasm/tsconfig-simple-viewer.json @ 959:13e078adfb94 toa2019082301

Better error log in fetch failure callback + timeout 600sec in OrthancRestApiCommand + guard against dead controller access in PanSceneTracker + relaxed DicomStructureSet AddReferenceSlice method to accept extraneous adds of the same slice (while trying to understand how it happens in the first place)
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 23 Aug 2019 14:16:45 +0200
parents 5055031f4a06
children
line wrap: on
line source

{
    "extends" : "../../Web/tsconfig-samples",
    "compilerOptions": {
    },
    "include" : [
        "simple-viewer.ts",
        "../../build-wasm/ApplicationCommands_generated.ts"
    ]
}