Mercurial > hg > orthanc-stone
view Applications/Samples/SimpleViewer/Wasm/tsconfig-simple-viewer.json @ 564:9ea4b57a9ed8 am-dev
fix include
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Thu, 18 Apr 2019 10:42:01 +0200 |
parents | 5055031f4a06 |
children |
line wrap: on
line source
{ "extends" : "../../Web/tsconfig-samples", "compilerOptions": { }, "include" : [ "simple-viewer.ts", "../../build-wasm/ApplicationCommands_generated.ts" ] }