mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Adding TypeScript definitions for interceptors
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ module.exports = function(grunt) {
|
||||
|
||||
ts: {
|
||||
test: {
|
||||
src: ['test/typescript/*.ts'],
|
||||
src: ['typings/index.d.ts', 'test/typescript/*.ts'],
|
||||
out: 'test/typescript/out.js',
|
||||
options: {
|
||||
module: 'commonjs',
|
||||
|
||||
Reference in New Issue
Block a user