view Applications/Samples/Web/simple-viewer-single-file.tsconfig.json @ 1118:35e798b16b65

RadiographyDicomLayer: allow replacing low res image by high res image
author Alain Mazy <alain@mazy.be>
date Mon, 04 Nov 2019 22:16:04 +0100
parents 5055031f4a06
children
line wrap: on
line source

{
    "extends" : "./tsconfig-samples",
    "compilerOptions": {
        // "outFile": "../build-web/app-simple-viewer-single-file.js"
    },
    "include" : [
        "simple-viewer-single-file.ts"
    ]
}