view Applications/Samples/Web/single-frame-editor.tsconfig.json @ 788:e76c4eef1054

Merge from default
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 27 May 2019 16:01:47 +0200
parents 5055031f4a06
children
line wrap: on
line source

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