mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-28 18:47:00 -05:00
Update .gitignore, fix import path in next-env.d.ts, adjust tsconfig paths, and add authentication setup guide
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
"@/*": ["./*"]
|
||||
},
|
||||
"noImplicitAny": false,
|
||||
"noUnusedParameters": false,
|
||||
|
||||
Reference in New Issue
Block a user