Mercurial > hg > orthanc-stone
view Applications/Samples/Web/single-frame-editor.tsconfig.json @ 503:77e0eb83ff63 am-touch-events
layers are now Observable and emitting LayerEdited messages
author | amazy |
---|---|
date | Tue, 26 Feb 2019 12:58:03 +0100 |
parents | 612238b3f3e8 |
children | 5055031f4a06 |
line wrap: on
line source
{ "extends" : "./tsconfig-samples", "compilerOptions": { "outFile": "../build-web/app-single-frame-editor.js" }, "include" : [ "single-frame-editor.ts" ] }