Mercurial > hg > orthanc-stone
view Applications/Samples/Web/simple-viewer-single-file.tsconfig.json @ 413:18b707fb8620
reorganization
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 12 Nov 2018 17:17:25 +0100 |
parents | 612238b3f3e8 |
children | 5055031f4a06 |
line wrap: on
line source
{ "extends" : "./tsconfig-samples", "compilerOptions": { "outFile": "../build-web/app-simple-viewer-single-file.js" }, "include" : [ "simple-viewer-single-file.ts" ] }