view Applications/Samples/SimpleViewer/Wasm/tsconfig-simple-viewer.json @ 1264:5e45322c7724 toa2020012703

Fixed errors related to previous fingerprint change
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 27 Jan 2020 15:23:16 +0100
parents 5055031f4a06
children
line wrap: on
line source

{
    "extends" : "../../Web/tsconfig-samples",
    "compilerOptions": {
    },
    "include" : [
        "simple-viewer.ts",
        "../../build-wasm/ApplicationCommands_generated.ts"
    ]
}