🚚(frontend) add import path for features/docs tsconfig
To simplify imports, we add the import path @/docs to target ./src/features/docs/. We changed all imports to use this path.
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
}
|
||||
],
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
"@/*": ["./src/*"],
|
||||
"@/docs/*": ["./src/features/docs/*"]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
|
||||
Reference in New Issue
Block a user