view Applications/Samples/rt-viewer-demo/tsconfig-samples.json @ 655:1e26bb5f2a02

Fixed truncating conversion warnings + fixed deletion of incomplete type (seemingly due to M$ auto_ptr implementation)
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 14 May 2019 13:51:32 +0200
parents 1d9deb4ee84c
children
line wrap: on
line source

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