view Platforms/Wasm/tsconfig-stone.json @ 837:847fd11384bc am-dev

don't forbid touchmove anymore at document level. It's a bit rough to re-enable it later i.e in components that needs it (SortableJS in my case).
author Alain Mazy <alain@mazy.be>
date Wed, 05 Jun 2019 17:43:59 +0200
parents 548eed46f535
children
line wrap: on
line source

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