Mercurial > hg > orthanc-stone
view Applications/Samples/Deprecated/Web/tsconfig-samples.json @ 1356:d8bb885e9b0a broker
Checking DISABLE_DEPRECATED_FIND_EVENT_TARGET_BEHAVIOR
to control whether using DOM IDs or CSS selectors when
targeting DOM elements.
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Wed, 15 Apr 2020 14:54:04 +0200 |
parents | bfd77672d825 |
children |
line wrap: on
line source
{ "extends" : "../../../Platforms/Wasm/tsconfig-stone", "compilerOptions": { "sourceMap": false, "lib" : [ "es2017", "dom", "dom.iterable" ] } }