فهرست منبع

Exclude all in tsconfig

Andrea Condoluci 9 سال پیش
والد
کامیت
e9ac898909
2فایلهای تغییر یافته به همراه2 افزوده شده و 8 حذف شده
  1. 1 4
      Gruntfile.js
  2. 1 4
      tsconfig.json

+ 1 - 4
Gruntfile.js

@@ -57,10 +57,7 @@ module.exports = function (grunt) {
                 }
             },
             options: {
-                plugin: ['tsify']//,
-                // browserifyOptions: {
-                //     standalone: 'MeasureSizeCalculator'
-                // }
+                plugin: ['tsify']
             }
         },
         // Uglify

+ 1 - 4
tsconfig.json

@@ -3,8 +3,5 @@
     "target": "ES5",
     "moduleResolution": "node"
   },
-  "exclude": [
-    "node_modules",
-    "test"
-  ]
+  "exclude": ["."]
 }