Browse Source

Exclude all in tsconfig

Andrea Condoluci 9 years ago
parent
commit
e9ac898909
2 changed files with 2 additions and 8 deletions
  1. 1 4
      Gruntfile.js
  2. 1 4
      tsconfig.json

+ 1 - 4
Gruntfile.js

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

+ 1 - 4
tsconfig.json

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