view Applications/Samples/Web/tsconfig-samples.json @ 1119:6bc766eab0de

merge
author Alain Mazy <alain@mazy.be>
date Mon, 04 Nov 2019 22:16:33 +0100
parents 2038d76bf13f
children
line wrap: on
line source

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