view Applications/Samples/Web/tsconfig-samples.json @ 682:e8b83fe55a33 am-dev

added support for float + map<TK, TV> instead of only map<string, T>
author Alain Mazy <alain@mazy.be>
date Thu, 16 May 2019 15:04:41 +0200
parents 2038d76bf13f
children
line wrap: on
line source

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