view Applications/Samples/rt-viewer-demo/rt-viewer-demo.tsconfig.json @ 1374:1e4878ed1d77

added GetBoundingBox to Scene2D
author Alain Mazy <alain@mazy.be>
date Mon, 20 Apr 2020 18:20:47 +0200
parents 1d9deb4ee84c
children
line wrap: on
line source

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