Mercurial > hg > orthanc-stone
view Applications/Samples/Web/tsconfig-simple-viewer-single-file.json @ 324:29a79b8c3d39 am-2
fix SDL build
author | am@osimis.io |
---|---|
date | Tue, 16 Oct 2018 08:59:23 +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" ] }