2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-21 13:24:11 +03:00

Getting rid of TypeScript output files

This commit is contained in:
Nick Uraltsev
2016-10-24 18:24:36 -07:00
parent df6d3ce6cf
commit 3ddeae60e5
3 changed files with 1 additions and 7 deletions
+1 -5
View File
@@ -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']
}
},
-1
View File
@@ -1 +0,0 @@
//# sourceMappingURL=out.js.map
-1
View File
@@ -1 +0,0 @@
{"version":3,"file":"out.js","sourceRoot":"","sources":[],"names":[],"mappings":""}