fix error

This commit is contained in:
motahhari
2025-10-31 18:04:38 +03:30
parent a96fbfa91c
commit 33d4edae67
5 changed files with 7 additions and 5 deletions

View File

@@ -22,6 +22,6 @@
"@/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "global.d.ts"],
"exclude": ["node_modules"]
}