annotate Applications/Samples/Web/tsconfig-simple-viewer.json @ 268:5bd4161bf11b am-2

removed constness of the observable when emitting a message
author am@osimis.io
date Wed, 22 Aug 2018 15:08:15 +0200
parents a4197519eb55
children 3c190e2bb3af
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": {
241
a4197519eb55 share tsconfig files between samples
am@osimis.io
parents: 238
diff changeset
4 "outFile": "../../../Platforms/Wasm/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" : [
241
a4197519eb55 share tsconfig files between samples
am@osimis.io
parents: 238
diff changeset
7 "simple-viewer.ts"
238
126c9c0c9333 SimpleViewer demo running both with SDL and Wasm
am@osimis.io
parents:
diff changeset
8 ]
126c9c0c9333 SimpleViewer demo running both with SDL and Wasm
am@osimis.io
parents:
diff changeset
9 }