Mercurial > hg > orthanc-stone
view Applications/Samples/Web/tsconfig-samples.json @ 512:72faa732532b bgo-commands-codegen
removed <optional> include which seems not used and is not availble with VS2015
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Fri, 08 Mar 2019 18:34:26 +0100 |
parents | 2038d76bf13f |
children |
line wrap: on
line source
{ "extends" : "../../../Platforms/Wasm/tsconfig-stone", "compilerOptions": { "sourceMap": false, "lib" : [ "es2017", "dom", "dom.iterable" ] } }