Skip to content

Commit

Permalink
Getting rid of TypeScript output files
Browse files Browse the repository at this point in the history
  • Loading branch information
nickuraltsev committed Oct 25, 2016
1 parent df6d3ce commit 3ddeae6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
6 changes: 1 addition & 5 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ module.exports = function(grunt) {

ts: {
test: {
src: ['typings/index.d.ts', 'test/typescript/*.ts'],
out: 'test/typescript/out.js',
options: {
module: 'commonjs',
}
src: ['typings/index.d.ts', 'test/typescript/*.ts']
}
},

Expand Down
1 change: 0 additions & 1 deletion test/typescript/out.js

This file was deleted.

1 change: 0 additions & 1 deletion test/typescript/out.js.map

This file was deleted.

0 comments on commit 3ddeae6

Please sign in to comment.