From 29b57f2001ec044a026315958a05d0bc4b08b52b Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Tue, 12 Oct 2021 20:46:47 +0200 Subject: [PATCH] Add axios type --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 3cffb77..d5ce1f5 100755 --- a/tsconfig.json +++ b/tsconfig.json @@ -34,7 +34,7 @@ "@adonisjs/lucid", "@adonisjs/mail", "@adonisjs/view", - "@adonisjs/bouncer" + "@adonisjs/bouncer", ] } }