view Applications/Samples/Web/single-frame-editor.tsconfig.json @ 1246:3fe803f65c47 broker

proper initialization of opengl canvas size
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Jan 2020 12:56:40 +0100
parents 5055031f4a06
children
line wrap: on
line source

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