view Applications/Samples/SimpleViewer/Wasm/tsconfig-simple-viewer.json @ 1092:5a35688c4874

Added tag toa2019102301 for changeset 5a18e6a395bc
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 23 Oct 2019 15:34:58 +0200
parents 5055031f4a06
children
line wrap: on
line source

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