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: {
|
||||
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']
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user