251128:1700 Backend to T3.1.1
This commit is contained in:
@@ -19,9 +19,18 @@
|
||||
}
|
||||
],
|
||||
"paths": {
|
||||
"@/*": ["./*"]
|
||||
"baseUrl": "./",
|
||||
"@/*": ["app/*"],
|
||||
"@components": ["components/*"],
|
||||
"@config": ["config/*"],
|
||||
"@lib": ["lib/*"],
|
||||
"@providers": ["providers/*"],
|
||||
"@public": ["public/*"],
|
||||
"@styles": ["styles/*"],
|
||||
"@types": ["types/*"],
|
||||
"@api": ["app/api/*"]
|
||||
}
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user