view Applications/Samples/Web/single-frame-editor.tsconfig.json @ 477:baf8c8d68bbc am-touch-events

cleanup
author am@osimis.io
date Wed, 13 Feb 2019 12:11:17 +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"
    ]
}