2
0
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:
Nick Uraltsev
2016-08-16 09:34:23 -07:00
parent 8f0973c6b9
commit 0664d9895a
6 changed files with 75 additions and 19 deletions
+1 -1
View File
@@ -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',