view Applications/Samples/rt-viewer-demo/rt-viewer-demo.tsconfig.json @ 1122:1b47659f6a9f

Fix ico uninitialized macro (expands to 0 and screws up test)
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 05 Nov 2019 18:23:39 +0100
parents 1d9deb4ee84c
children
line wrap: on
line source

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