Mercurial > hg > orthanc-stone
view Applications/Samples/Web/tsconfig-samples.json @ 840:47fc7919977d
Added details on errors in LoaderStateMachine + dummy change in loader.cpp
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Sun, 09 Jun 2019 18:47:34 +0200 |
parents | 2038d76bf13f |
children |
line wrap: on
line source
{ "extends" : "../../../Platforms/Wasm/tsconfig-stone", "compilerOptions": { "sourceMap": false, "lib" : [ "es2017", "dom", "dom.iterable" ] } }