فهرست منبع

Fix TsConfig libraries

sevan 8 سال پیش
والد
کامیت
a1f47ce7fa
4فایلهای تغییر یافته به همراه693 افزوده شده و 672 حذف شده
  1. 672 672
      dist/preview release/babylon.d.ts
  2. 7 0
      materialsLibrary/tsconfig.json
  3. 7 0
      postProcessLibrary/tsconfig.json
  4. 7 0
      proceduralTexturesLibrary/tsconfig.json

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 672 - 672
dist/preview release/babylon.d.ts


+ 7 - 0
materialsLibrary/tsconfig.json

@@ -0,0 +1,7 @@
+{
+  "compilerOptions": {
+    "experimentalDecorators": true,
+    "module": "commonjs",
+    "target": "es5"
+  }
+}

+ 7 - 0
postProcessLibrary/tsconfig.json

@@ -0,0 +1,7 @@
+{
+  "compilerOptions": {
+    "experimentalDecorators": true,
+    "module": "commonjs",
+    "target": "es5"
+  }
+}

+ 7 - 0
proceduralTexturesLibrary/tsconfig.json

@@ -0,0 +1,7 @@
+{
+  "compilerOptions": {
+    "experimentalDecorators": true,
+    "module": "commonjs",
+    "target": "es5"
+  }
+}