From bcebb3fe8b4d598cddd696050366a28aca69efbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20L=C3=A9vy?= Date: Wed, 6 Dec 2023 02:34:31 +0100 Subject: [PATCH] fixed --- .eslintignore | 3 +++ tsconfig.json | 1 + 2 files changed, 4 insertions(+) diff --git a/.eslintignore b/.eslintignore index 7adddad..8eb00a2 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,2 +1,5 @@ src/models/models amplify-codegen-temp/models/models +src/aws-exports.js +src/models +src/graphql \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index 68b29c9..f4f5eaf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -40,6 +40,7 @@ ".next/types/**/*.ts" ], "exclude": [ + "src/graphql", "node_modules", "amplify" ]