view Applications/Samples/Web/tsconfig-samples.json @ 471:125c19b294e3 bgo-commands-codegen

Ongoing codegen work
author bgo-osimis
date Wed, 13 Feb 2019 06:24:35 +0100
parents 2038d76bf13f
children
line wrap: on
line source

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