view Applications/Samples/tsconfig-stone.json @ 1093:df76d3083031 toa2019102302

Fixed include paths
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 23 Oct 2019 16:10:22 +0200
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"
    ]
}