Mercurial > hg > orthanc-stone
view Applications/Samples/SimpleViewer/Wasm/tsconfig-simple-viewer.json @ 526:548eed46f535 dev
introduced a Logger class that displays timing and source (C++/JS)
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Thu, 14 Mar 2019 19:04:35 +0100 |
parents | 5055031f4a06 |
children |
line wrap: on
line source
{ "extends" : "../../Web/tsconfig-samples", "compilerOptions": { }, "include" : [ "simple-viewer.ts", "../../build-wasm/ApplicationCommands_generated.ts" ] }