Explorar o código

add configuration files for Ponicode tests

Alexandre Seo %!s(int64=5) %!d(string=hai) anos
pai
achega
1760428e20
Modificáronse 2 ficheiros con 27 adicións e 1 borrados
  1. 26 0
      tests/ponicode/tsconfig-compiler.json
  2. 1 1
      tests/ponicode/tsconfig.json

+ 26 - 0
tests/ponicode/tsconfig-compiler.json

@@ -0,0 +1,26 @@
+{
+	"compilerOptions": {
+		"target": "ES5",
+		"module": "commonjs",
+		"declaration": true,
+		"sourceMap": true,
+		"outDir": "../../.temp/tests/ponicode",
+		"rootDir": "babylon",
+		"strict": true,
+		"esModuleInterop": true,
+		"baseUrl": "../../",
+		"paths": {
+			"babylonjs/*": [
+				".temp/manualBuildCore/*"
+			]
+		},
+		"types": [
+			"node",
+			"jest"
+		]
+	},
+	"include": [
+		"babylon"
+	],
+	"exclude": []
+}

+ 1 - 1
tests/ponicode/tsconfig.json

@@ -11,7 +11,7 @@
 		"baseUrl": "../../",
 		"paths": {
 			"babylonjs/*": [
-				".temp/manualBuildCore/*"
+				"./src/*"
 			]
 		},
 		"types": [