chore: fix types

This commit is contained in:
Henry
2024-04-23 09:13:04 +01:00
parent 4e344a5ae1
commit 0c1de23a19
11 changed files with 80 additions and 45 deletions

View File

@@ -36,8 +36,10 @@
"**/*.tsx",
"**/*.cjs",
"**/*.js",
".next/types/**/*.ts"
, "src/env.mjs" ],
".next/types/**/*.ts",
"src/env.mjs",
"types/**/*.d.ts"
],
"exclude": ["node_modules"]
}