From d483a24804ba609fcfd67027c3d1a66e4173be5e Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Sat, 12 Feb 2022 15:15:02 +0100 Subject: Added all http methods to filter --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index a8bbe91..9956ef7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,8 @@ "~*": ["./*"] }, "strict": true, - "target": "ES2015" + "target": "ES2015", + "lib": ["es2015", "dom" ,"esnext"], }, "include": ["src/**/*"] } -- cgit v1.2.3