Browse Source

Update config.json

David Catuhe 10 years ago
parent
commit
5e23cc4dc0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Tools/Gulp/config.json

+ 2 - 1
Tools/Gulp/config.json

@@ -10,6 +10,7 @@
   "core": {
     "typescript": [
       "../../src/**/*.ts",
+      "!../../src/**/*.d.ts",
       "../../external references/**/*.d.ts"
     ],
     "files": [
@@ -166,4 +167,4 @@
     "files": [
     ]
   }
-}
+}