view Applications/Samples/Web/tsconfig-samples.json @ 258:e5a9b3d03478 am-2

first very basic version of SmartLoader
author am@osimis.io
date Tue, 10 Jul 2018 14:48:13 +0200
parents 313903066093
children 2038d76bf13f
line wrap: on
line source

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