mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 13:38:38 +00:00
Update tsconfig path
This commit is contained in:
+8
-6
@@ -14,13 +14,15 @@
|
||||
"isolatedModules": true,
|
||||
"jsx": "preserve",
|
||||
"incremental": true,
|
||||
"baseUrl": "./src",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"],
|
||||
"@components/*": ["./src/components/*"],
|
||||
"@config/*": ["./src/config/*"],
|
||||
"@hooks/*": ["./src/hooks/*"],
|
||||
"@styles/*": ["./src/styles/*"],
|
||||
"@utils/*": ["./src/utils/*"]
|
||||
// "@/*": ["./src/*"],
|
||||
"components/*": ["components/*"],
|
||||
"config/*": ["config/*"],
|
||||
"hooks/*": ["hooks/*"],
|
||||
"styles/*": ["styles/*"],
|
||||
"utils/*": ["utils/*"],
|
||||
"types/*": ["types/*"],
|
||||
}
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
||||
|
||||
Reference in New Issue
Block a user