view Applications/Samples/rt-viewer-demo/rt-viewer-demo.tsconfig.json @ 951:4a593397b11c toa2019081302

Fixed clang warning about missing 'override'
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 13 Aug 2019 17:30:30 +0200
parents 1d9deb4ee84c
children
line wrap: on
line source

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