Mercurial > hg > orthanc-stone
view Applications/Samples/Web/tsconfig-samples.json @ 1288:d8c42e5e5843 bugs/2020-02-invisible-slice
Fixed clang errors
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Fri, 14 Feb 2020 15:30:36 +0100 |
parents | 2038d76bf13f |
children |
line wrap: on
line source
{ "extends" : "../../../Platforms/Wasm/tsconfig-stone", "compilerOptions": { "sourceMap": false, "lib" : [ "es2017", "dom", "dom.iterable" ] } }