diff Platforms/Wasm/tsconfig-stone.json @ 295:b04b13810540 am-2

unified CMakeLists.txt into a single file for WASM/Native + bootstrap Command (to rework) + doc
author am@osimis.io
date Tue, 04 Sep 2018 15:09:42 +0200
parents 2038d76bf13f
children 548eed46f535
line wrap: on
line diff
--- a/Platforms/Wasm/tsconfig-stone.json	Thu Aug 30 17:17:11 2018 +0200
+++ b/Platforms/Wasm/tsconfig-stone.json	Tue Sep 04 15:09:42 2018 +0200
@@ -1,7 +1,7 @@
 {
     "include" : [
-        "../../../Platforms/Wasm/stone-framework-loader.ts",
-        "../../../Platforms/Wasm/wasm-application-runner.ts",
-        "../../../Platforms/Wasm/wasm-viewport.ts"
+        "stone-framework-loader.ts",
+        "wasm-application-runner.ts",
+        "wasm-viewport.ts"
     ]
 }