NextJS + Tailwind base setup.

This commit is contained in:
Daniel
2023-01-23 01:09:35 +03:30
parent 75e5f52a91
commit 31010c96e9
15 changed files with 2467 additions and 99 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
}
}