annotate Applications/Samples/Web/tsconfig-simple-viewer.json @ 295:b04b13810540 am-2

unified CMakeLists.txt into a single file for WASM/Native + bootstrap Command (to rework) + doc
author am@osimis.io
date Tue, 04 Sep 2018 15:09:42 +0200
parents 3c190e2bb3af
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
238
126c9c0c9333 SimpleViewer demo running both with SDL and Wasm
am@osimis.io
parents:
diff changeset
1 {
241
a4197519eb55 share tsconfig files between samples
am@osimis.io
parents: 238
diff changeset
2 "extends" : "./tsconfig-samples",
238
126c9c0c9333 SimpleViewer demo running both with SDL and Wasm
am@osimis.io
parents:
diff changeset
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
126c9c0c9333 SimpleViewer demo running both with SDL and Wasm
am@osimis.io
parents:
diff changeset
5 },
126c9c0c9333 SimpleViewer demo running both with SDL and Wasm
am@osimis.io
parents:
diff changeset
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
126c9c0c9333 SimpleViewer demo running both with SDL and Wasm
am@osimis.io
parents:
diff changeset
9 ]
126c9c0c9333 SimpleViewer demo running both with SDL and Wasm
am@osimis.io
parents:
diff changeset
10 }