Mercurial > hg > orthanc-stone
annotate Applications/Samples/Web/tsconfig-simple-viewer.json @ 296:ac9fd144feae am-2
fix
author | am@osimis.io |
---|---|
date | Mon, 10 Sep 2018 12:20:14 +0200 |
parents | b04b13810540 |
children |
rev | line source |
---|---|
238 | 1 { |
241 | 2 "extends" : "./tsconfig-samples", |
238 | 3 "compilerOptions": { |
295
b04b13810540
unified CMakeLists.txt into a single file for WASM/Native + bootstrap Command (to rework) + doc
am@osimis.io
parents:
285
diff
changeset
|
4 "outFile": "../build-web/app-simple-viewer.js" |
238 | 5 }, |
6 "include" : [ | |
285
3c190e2bb3af
refactoring: ApplicationRunner + app hierarchy
am@osimis.io
parents:
241
diff
changeset
|
7 "simple-viewer.ts", |
3c190e2bb3af
refactoring: ApplicationRunner + app hierarchy
am@osimis.io
parents:
241
diff
changeset
|
8 "common-samples.ts" |
238 | 9 ] |
10 } |