Mercurial > hg > orthanc-stone
annotate Platforms/Wasm/tsconfig-stone.json @ 560:aaeec7be8fb7
add support for alpha channel in CairoSurface
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 17 Apr 2019 17:57:50 +0200 |
parents | b04b13810540 |
children | 548eed46f535 |
rev | line source |
---|---|
244 | 1 { |
2 "include" : [ | |
295
b04b13810540
unified CMakeLists.txt into a single file for WASM/Native + bootstrap Command (to rework) + doc
am@osimis.io
parents:
287
diff
changeset
|
3 "stone-framework-loader.ts", |
b04b13810540
unified CMakeLists.txt into a single file for WASM/Native + bootstrap Command (to rework) + doc
am@osimis.io
parents:
287
diff
changeset
|
4 "wasm-application-runner.ts", |
b04b13810540
unified CMakeLists.txt into a single file for WASM/Native + bootstrap Command (to rework) + doc
am@osimis.io
parents:
287
diff
changeset
|
5 "wasm-viewport.ts" |
244 | 6 ] |
7 } |