diff Applications/Samples/Web/tsconfig-simple-viewer.json @ 238:126c9c0c9333 am

SimpleViewer demo running both with SDL and Wasm
author am@osimis.io
date Wed, 20 Jun 2018 09:25:39 +0200
parents
children a4197519eb55
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Applications/Samples/Web/tsconfig-simple-viewer.json	Wed Jun 20 09:25:39 2018 +0200
@@ -0,0 +1,16 @@
+{
+    "compilerOptions": {
+        "outFile": "../../../Platforms/Wasm/build-web/app-simple-viewer.js",
+        "sourceMap": false,
+        "lib" : [
+            "es2017",
+            "dom"
+        ]
+    },
+    "include" : [
+        "simple-viewer.ts",
+        "../../../Platforms/Wasm/stone-framework-loader.ts",
+        "../../../Platforms/Wasm/wasm-application.ts",
+        "../../../Platforms/Wasm/wasm-viewport.ts"
+    ]
+}
\ No newline at end of file