mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
Getting rid of TypeScript output files
This commit is contained in:
+1
-5
@@ -17,11 +17,7 @@ module.exports = function(grunt) {
|
|||||||
|
|
||||||
ts: {
|
ts: {
|
||||||
test: {
|
test: {
|
||||||
src: ['typings/index.d.ts', 'test/typescript/*.ts'],
|
src: ['typings/index.d.ts', 'test/typescript/*.ts']
|
||||||
out: 'test/typescript/out.js',
|
|
||||||
options: {
|
|
||||||
module: 'commonjs',
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -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