view Applications/Samples/SimpleViewer/Wasm/tsconfig-simple-viewer.json @ 535:79bb0a02d1cc bgo-commands-codegen

- Added ORTHANC_OVERRIDE to several methods (translates to "override" in C++ 11 compilers) - Last fixes to new style command handling (removed useless commands and switch command handling in simple samples to use XxxxSerializedMessageXxxx instead of XxxxCommandXxxx - Fixed hardcoded input instance in SingleFrameEditorApplication
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 19 Mar 2019 09:13:57 +0100
parents 5055031f4a06
children
line wrap: on
line source

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