view Applications/Samples/Web/tsconfig-samples.json @ 1106:c7388dfcd555

Added tag toa2019102801 for changeset 640feb146fa8
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 28 Oct 2019 11:14:05 +0100
parents 2038d76bf13f
children
line wrap: on
line source

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