Sfoglia il codice sorgente

Modify configuration files for Ponicode

Alexandre Seo 4 anni fa
parent
commit
c47488cecc
3 ha cambiato i file con 6 aggiunte e 12 eliminazioni
  1. 2 2
      package.json
  2. 2 3
      src/tsconfig.json
  3. 2 7
      tests/ponicode/tsconfig.json

+ 2 - 2
package.json

@@ -44,7 +44,6 @@
         "@svgr/webpack": "^5.4.0",
         "@types/chai": "^4.2.11",
         "@types/dagre": "^0.7.44",
-        "@types/jest": "^26.0.19",
         "@types/mocha": "^7.0.2",
         "@types/node": "^14.0.11",
         "@types/react": "~16.9.35",
@@ -116,5 +115,6 @@
         "webpack-stream": "~5.2.1",
         "xhr2": "^0.2.0",
         "xmlbuilder": "15.1.1"
-    }
+    },
+    "dependencies": {}
 }

+ 2 - 3
src/tsconfig.json

@@ -4,7 +4,6 @@
         "types": [],
         "baseUrl": "./",
         "rootDir": "./",
-        "outDir": "../.temp/manualBuildCore",
-        "composite": true
+        "outDir": "../.temp/manualBuildCore"
     }
-}
+}

+ 2 - 7
tests/ponicode/tsconfig.json

@@ -11,7 +11,7 @@
 		"baseUrl": "../../",
 		"paths": {
 			"babylonjs/*": [
-				"./src/*"
+				".temp/manualBuildCore/*"
 			]
 		},
 		"types": [
@@ -22,10 +22,5 @@
 	"include": [
 		"babylon"
 	],
-	"exclude": [],
-	"references": [
-		{
-			"path": "../../src"
-		}
-	]
+	"exclude": []
 }