view Applications/Samples/Web/tsconfig-samples.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 313903066093
children 2038d76bf13f
line wrap: on
line source

{
    "extends" : "../../../Platforms/Wasm/tsconfig-stone",
    "compilerOptions": {
        "sourceMap": false,
        "lib" : [
            "es2017",
            "dom"
        ]
    }
}