view Applications/Samples/Web/single-frame-editor.tsconfig.json @ 463:1155d0b4f557 am-touch-events

debug build by default to have access to the C++ call stack when assertion fails
author Alain Mazy <alain@mazy.be>
date Thu, 07 Feb 2019 09:26:57 +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"
    ]
}