view Applications/Samples/SimpleViewer/Wasm/tsconfig-simple-viewer.json @ 510:97a16b694321 bgo-commands-codegen

Fixes for API changes related to message passing
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 06 Mar 2019 18:26:35 +0100
parents 5055031f4a06
children
line wrap: on
line source

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