Mercurial > hg > orthanc-stone
view Applications/Samples/SimpleViewer/Wasm/tsconfig-simple-viewer.json @ 785:67d0a8da4afe am-dev
made typescript more future-proof (not completed, I finally disabled a few warnings in my tsconfig.json)
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Mon, 27 May 2019 22:41:51 +0200 |
parents | 5055031f4a06 |
children |
line wrap: on
line source
{ "extends" : "../../Web/tsconfig-samples", "compilerOptions": { }, "include" : [ "simple-viewer.ts", "../../build-wasm/ApplicationCommands_generated.ts" ] }