view Applications/Samples/Web/single-frame-editor.tsconfig.json @ 1032:43bf09d73e03

Added tag toa2019100701 for changeset 7b89e88bb66e
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 07 Oct 2019 14:09:44 +0200
parents 5055031f4a06
children
line wrap: on
line source

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