🚚(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:
Anthony LC
2025-03-10 15:43:27 +01:00
committed by Anthony LC
parent c85224af42
commit 8056fd7d66
46 changed files with 71 additions and 82 deletions

View File

@@ -19,7 +19,8 @@
}
],
"paths": {
"@/*": ["./src/*"]
"@/*": ["./src/*"],
"@/docs/*": ["./src/features/docs/*"]
}
},
"include": [