view Applications/Samples/Web/tsconfig-samples.json @ 492:64d90190a08c am-touch-events

template GetLayer
author Alain Mazy <alain@mazy.be>
date Wed, 20 Feb 2019 20:57:43 +0100
parents 2038d76bf13f
children
line wrap: on
line source

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