view Applications/Samples/SimpleViewer/Wasm/tsconfig-simple-viewer.json @ 511:2f17b3659781

ORTHANC_STONE_APPLICATION_RESOURCES in CMake
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 Mar 2019 11:32:39 +0100
parents 5055031f4a06
children
line wrap: on
line source

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