Mercurial > hg > orthanc-stone
view Applications/Samples/Web/tsconfig-samples.json @ 446:3fd8e4e5f93e
changed path to emsdk (it shall now be in ~/apps instead of ~/Downloads)
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Wed, 16 Jan 2019 18:50:59 +0100 |
parents | 2038d76bf13f |
children |
line wrap: on
line source
{ "extends" : "../../../Platforms/Wasm/tsconfig-stone", "compilerOptions": { "sourceMap": false, "lib" : [ "es2017", "dom", "dom.iterable" ] } }