Browse Source

fix d.ts in wrong place

Raanan Weber 7 years ago
parent
commit
025c8df46a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Viewer/tests/unit/tsconfig.json

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

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