Explorar o código

fully move into dist dirs

Adam Shaw %!s(int64=3) %!d(string=hai) anos
pai
achega
03ed30ed00
Modificáronse 2 ficheiros con 1 adicións e 6 borrados
  1. 0 5
      .gitignore
  2. 1 1
      tests/tsconfig.json

+ 0 - 5
.gitignore

@@ -1,10 +1,5 @@
 
 node_modules
 
-/packages/*/tsconfig.tsbuildinfo
-/packages/*/tsc
 /packages/*/dist
-
-/tests/tsconfig.tsbuildinfo
-/tests/tsc
 /tests/dist

+ 1 - 1
tests/tsconfig.json

@@ -2,7 +2,7 @@
   "extends":  "../tsconfig.base",
   "compilerOptions": {
     "rootDir": "./src",
-    "outDir": "./tsc"
+    "outDir": "./dist/.tsc"
   },
   "include": [
     "./src/**/*"