view Applications/Samples/SimpleViewer/Wasm/tsconfig-simple-viewer.json @ 434:3a8bcc45c221 am-vsol-upgrade

moved the HTTP cache from OrthancApiClient to BaseWebService (not implemented yet in WASM)
author am@osimis.io
date Mon, 03 Dec 2018 18:03:30 +0100
parents daa04d15192c
children 5055031f4a06
line wrap: on
line source

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