Mercurial > hg > orthanc-stone
view Applications/Samples/Web/tsconfig-samples.json @ 1201:ab958fd99b07
RadiographyScene fixes
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Fri, 29 Nov 2019 16:21:24 +0100 |
parents | 2038d76bf13f |
children |
line wrap: on
line source
{ "extends" : "../../../Platforms/Wasm/tsconfig-stone", "compilerOptions": { "sourceMap": false, "lib" : [ "es2017", "dom", "dom.iterable" ] } }