Mercurial > hg > orthanc-stone
view Applications/Samples/Web/tsconfig-simple-viewer-single-file.json @ 322:a902a07769d4 am-2
wip: preload slice
author | am@osimis.io |
---|---|
date | Mon, 15 Oct 2018 22:43:02 +0200 |
parents | daa04d15192c |
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" ] }