view Applications/Samples/Web/simple-viewer-single-file.tsconfig.json @ 612:ba72bffceb7d

Removed "core" from shader version spec + removed useless code from StoneInitialize
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 30 Apr 2019 16:18:46 +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"
    ]
}