浏览代码

Fix TsConfig libraries

sevan 8 年之前
父节点
当前提交
a1f47ce7fa

文件差异内容过多而无法显示
+ 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"
+  }
+}