Created next.js project

This commit is contained in:
Mike Baier
2023-05-02 14:22:01 +02:00
parent 27da0c3152
commit 86a2068f83
17 changed files with 305 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}