view Applications/Samples/Deprecated/rt-viewer-demo/rt-viewer-demo.tsconfig.json @ 1380:6ea4062c1a0d broker

Integration from default into broker
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 22 Apr 2020 14:05:12 +0200
parents bfd77672d825
children
line wrap: on
line source

{
    "extends" : "./tsconfig-samples",
    "compilerOptions": {
    },
    "include" : [
        "rt-viewer-demo.ts"
    ]
}