view Applications/Samples/Web/simple-viewer-single-file.tsconfig.json @ 475:3c28542229a3 am-touch-events

added a mask layer in the RadiographyWidget (to be cleaned)
author am@osimis.io
date Tue, 12 Feb 2019 12:22:13 +0100
parents 612238b3f3e8
children 5055031f4a06
line wrap: on
line source

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