Mercurial > hg > orthanc-stone
view Applications/Samples/Web/simple-viewer-single-file.tsconfig.json @ 1025:7912de3a15e0
AffineTransform2D::Combine with 5 args
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Fri, 04 Oct 2019 17:47:31 +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" ] }