use relative imports in typescript

This commit is contained in:
ramnique 2025-02-14 13:18:02 +05:30
parent 6260c64126
commit 2cdc25ab7e
50 changed files with 108 additions and 111 deletions

View file

@ -16,10 +16,7 @@
{
"name": "next"
}
],
"paths": {
"@/*": ["./*"]
}
]
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]