view Applications/Samples/Web/simple-viewer-single-file.tsconfig.json @ 1032:43bf09d73e03

Added tag toa2019100701 for changeset 7b89e88bb66e
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 07 Oct 2019 14:09:44 +0200
parents 5055031f4a06
children
line wrap: on
line source

{
    "extends" : "./tsconfig-samples",
    "compilerOptions": {
        // "outFile": "../build-web/app-simple-viewer-single-file.js"
    },
    "include" : [
        "simple-viewer-single-file.ts"
    ]
}