mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Add path mapping for ChillPersonAssets in tsconfig.json
This update introduces a new path alias, "ChillPersonAssets/*", to the tsconfig.json file. It allows TypeScript to resolve imports for assets within the ChillPersonBundle more efficiently.
This commit is contained in:
parent
e97bd8c4ef
commit
b8b325f7d7
@ -7,7 +7,8 @@
|
||||
"paths": {
|
||||
"translator": ["./assets/translator.ts"],
|
||||
"ChillMainAssets/*": ["./src/Bundle/ChillMainBundle/Resources/public/*"],
|
||||
"ChillDocStoreAssets/*": ["./src/Bundle/ChillDocStoreBundle/Resources/public/*"]
|
||||
"ChillDocStoreAssets/*": ["./src/Bundle/ChillDocStoreBundle/Resources/public/*"],
|
||||
"ChillPersonAssets/*": ["./src/Bundle/ChillPersonBundle/Resources/public/*"]
|
||||
}
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user