view Applications/Samples/tsconfig-stone.json @ 512:72faa732532b bgo-commands-codegen

removed <optional> include which seems not used and is not availble with VS2015
author Alain Mazy <alain@mazy.be>
date Fri, 08 Mar 2019 18:34:26 +0100
parents b04b13810540
children
line wrap: on
line source

{
    "include" : [
        "../../Platforms/Wasm/stone-framework-loader.ts",
        "../../Platforms/Wasm/wasm-application-runner.ts",
        "../../Platforms/Wasm/wasm-viewport.ts"
    ]
}