Mercurial > hg > orthanc-stone
view Applications/Samples/Web/simple-viewer-single-file.tsconfig.json @ 1094:dead648f8ff1
Added tag toa2019102302 for changeset df76d3083031
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Wed, 23 Oct 2019 16:10:35 +0200 |
parents | 5055031f4a06 |
children |
line wrap: on
line source
{ "extends" : "./tsconfig-samples", "compilerOptions": { // "outFile": "../build-web/app-simple-viewer-single-file.js" }, "include" : [ "simple-viewer-single-file.ts" ] }