view Applications/Samples/Web/single-frame-editor.tsconfig.json @ 1123:45df56448b2a

Changed my mind to cover all msvc (after all it's a test)
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 05 Nov 2019 18:26:59 +0100
parents 5055031f4a06
children
line wrap: on
line source

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