view Applications/Samples/Web/tsconfig-samples.json @ 945:2db3ef713664 toa2019080601

Fixed error handling for WebGL context creation
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 06 Aug 2019 15:06:53 +0200
parents 2038d76bf13f
children
line wrap: on
line source

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