Mercurial > hg > orthanc-stone
view Applications/Samples/Web/tsconfig-simple-viewer.json @ 246:5470b15f7cf2 am
first usage of boost::signals2
author | am@osimis.io |
---|---|
date | Tue, 26 Jun 2018 13:55:17 +0200 |
parents | a4197519eb55 |
children | 3c190e2bb3af |
line wrap: on
line source
{ "extends" : "./tsconfig-samples", "compilerOptions": { "outFile": "../../../Platforms/Wasm/build-web/app-simple-viewer.js" }, "include" : [ "simple-viewer.ts" ] }