浏览代码

fix d.ts in wrong place

Raanan Weber 7 年之前
父节点
当前提交
025c8df46a
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Viewer/tests/unit/tsconfig.json

+ 2 - 1
Viewer/tests/unit/tsconfig.json

@@ -20,7 +20,7 @@
         "skipDefaultLibCheck": true,
         "skipLibCheck": true,
         "baseUrl": "./src/",
-        "rootDir": "./",
+        "rootDir": "../../",
         "paths": {
             "babylonjs": [
                 "../../../../dist/preview release/babylon.d.ts"
@@ -35,6 +35,7 @@
                 "../../src/assets/"
             ]
         },
+        "outDir": "./build"
     },
     "include": [
         "./src/**/*.ts"