diff Applications/Samples/Web/single-frame-editor.tsconfig.json @ 326:612238b3f3e8 am-2

all 4 samples now working in Qt, SDL and wasm
author am@osimis.io
date Tue, 16 Oct 2018 12:57:38 +0200
parents
children 5055031f4a06
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Applications/Samples/Web/single-frame-editor.tsconfig.json	Tue Oct 16 12:57:38 2018 +0200
@@ -0,0 +1,9 @@
+{
+    "extends" : "./tsconfig-samples",
+    "compilerOptions": {
+        "outFile": "../build-web/app-single-frame-editor.js"
+    },
+    "include" : [
+        "single-frame-editor.ts"
+    ]
+}
\ No newline at end of file