mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 10:34:09 +00:00
14 lines
378 B
JSON
14 lines
378 B
JSON
{
|
|
"extends": [
|
|
"./ts-config-base.json"
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"translator": ["./assets/translator.ts"],
|
|
"ChillMainAssets/*": ["./src/Bundle/ChillMainBundle/Resources/public/*"],
|
|
"ChillDocStoreAssets/*": ["./src/Bundle/ChillDocStoreBundle/Resources/public/*"]
|
|
}
|
|
},
|
|
}
|