Pārlūkot izejas kodu

fix d.ts in wrong place

Raanan Weber 7 gadi atpakaļ
vecāks
revīzija
025c8df46a
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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"