annotate Applications/Samples/Web/tsconfig-simple-viewer.json @ 241:a4197519eb55 am

share tsconfig files between samples
author am@osimis.io
date Wed, 20 Jun 2018 09:50:25 +0200
parents 126c9c0c9333
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 }