annotate Applications/Samples/Web/tsconfig-simple-viewer.json @ 253:8ff70c04c6df am-2

IObservable/IObserver now working in WASM too
author am@osimis.io
date Tue, 03 Jul 2018 10:48:47 +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 }