view Applications/Samples/Web/simple-viewer-single-file.tsconfig.json @ 472:3db3289e1c25 bgo-commands-codegen

Ongoing codegen work
author bgo-osimis
date Wed, 13 Feb 2019 06:46:36 +0100
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"
    ]
}