view Applications/Samples/Web/tsconfig-simple-viewer.json @ 248:2da24bf88100 am-2

created a new branch to try another type of Message Broker (instead of boost::signals2)
author am@osimis.io
date Mon, 02 Jul 2018 12:33:56 +0200
parents a4197519eb55
children 3c190e2bb3af
line wrap: on
line source

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