classify web
This commit is contained in:
38
jsconfig.json
Normal file
38
jsconfig.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"./*"
|
||||
],
|
||||
"@/components/*": [
|
||||
"./components/*"
|
||||
],
|
||||
"@/utils/*": [
|
||||
"./utils/*"
|
||||
],
|
||||
"@/redux/*": [
|
||||
"./redux/*"
|
||||
],
|
||||
"@/app/*": [
|
||||
"./app/*"
|
||||
],
|
||||
"@/lib/*": [
|
||||
"./lib/*"
|
||||
],
|
||||
"@/public/*": [
|
||||
"./public/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"./**/*.js",
|
||||
"./**/*.jsx",
|
||||
"./**/*.ts",
|
||||
"./**/*.tsx",
|
||||
"components/Layout"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user