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:
+1
-5
@@ -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 +0,0 @@
|
||||
//# sourceMappingURL=out.js.map
|
||||
@@ -1 +0,0 @@
|
||||
{"version":3,"file":"out.js","sourceRoot":"","sources":[],"names":[],"mappings":""}
|
||||
Reference in New Issue
Block a user