few changes

This commit is contained in:
Om Lanke
2025-06-29 13:05:12 +05:30
parent e82685c7df
commit 99220fb9a9
20 changed files with 1743 additions and 197 deletions

View File

@@ -1,12 +0,0 @@
{
"extends": "@workspace/typescript-config/nextjs.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"],
},
"allowImportingTsExtensions": true,
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
}