Code Cleanup

This commit is contained in:
Ahmad 2024-04-06 17:06:07 -04:00
parent 941d59e7e4
commit 7fe79b288f
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
4 changed files with 2 additions and 288 deletions

View file

@ -20,7 +20,8 @@
],
"paths": {
"@/*": ["./*"]
}
},
"forceConsistentCasingInFileNames": true
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]