view Applications/Samples/Web/single-frame-editor.tsconfig.json @ 446:3fd8e4e5f93e

changed path to emsdk (it shall now be in ~/apps instead of ~/Downloads)
author Alain Mazy <alain@mazy.be>
date Wed, 16 Jan 2019 18:50:59 +0100
parents 612238b3f3e8
children 5055031f4a06
line wrap: on
line source

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