view Applications/Samples/rt-viewer-demo/tsconfig-samples.json @ 858:e3c56d4f863f

GuiAdapter : mouse event routing in SDL + split the undo stack from the ViewportController for multi-canvas apps + adapted the samples to this change
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 24 Jun 2019 10:31:04 +0200
parents 1d9deb4ee84c
children
line wrap: on
line source

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