Mercurial > hg > orthanc-stone
view Applications/Samples/Web/simple-viewer-single-file.tsconfig.json @ 954:bd979d435e9d
fix warning
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 19 Aug 2019 17:52:01 +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" ] }