From 6850602a677d25fd63e383278790ea8ab04b229b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Wed, 18 Oct 2023 11:46:35 -0600 Subject: [PATCH] chore: match Hasura tsocnfig with other adapters --- packages/adapter-hasura/tsconfig.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/packages/adapter-hasura/tsconfig.json b/packages/adapter-hasura/tsconfig.json index a24e2d98..dd179961 100644 --- a/packages/adapter-hasura/tsconfig.json +++ b/packages/adapter-hasura/tsconfig.json @@ -13,9 +13,13 @@ "strictNullChecks": true, "stripInternal": true, "declarationMap": true, - "declaration": true, - "verbatimModuleSyntax": true + "declaration": true }, - "include": ["src/**/*"], - "exclude": ["*.js", "*.d.ts"] -} + "include": [ + "src/**/*" + ], + "exclude": [ + "*.js", + "*.d.ts", + ] +} \ No newline at end of file