From 0dd4c47f37e3136596145cea921188b540607cfe Mon Sep 17 00:00:00 2001 From: Kar Date: Thu, 4 May 2023 13:51:05 +0530 Subject: [PATCH] formSubmit --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 61c19ab..650cc57 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,6 +18,6 @@ "@/*": ["./src/*"] } }, - "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], + "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "src/pages/add-school-form.jsx", "src/pages/add-school-form.jsx"], "exclude": ["node_modules"] }