view Platforms/Wasm/tsconfig-stone.json @ 1387:4ebf246f3919

Fixed big mistake (factoring the option parsing, which only adds noise to the people reading the code)
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 27 Apr 2020 16:49:03 +0200
parents 548eed46f535
children
line wrap: on
line source

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