view Applications/Samples/Web/single-frame-editor.tsconfig.json @ 814:aead999345e0

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 28 May 2019 21:16:39 +0200
parents 5055031f4a06
children
line wrap: on
line source

{
    "extends" : "./tsconfig-samples",
    "compilerOptions": {
    },
    "include" : [
        "single-frame-editor.ts"
    ]
}