mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 15:43:51 +00:00
Add attachments to workflow
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"extends": "@tsconfig/node14/tsconfig.json",
|
||||
"extends": "@tsconfig/node20/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"paths": {
|
||||
"ChillMainAssets": ["./src/Bundle/ChillMainBundle/Resources/public"],
|
||||
"ChillDocStoreAssets": ["./src/Bundle/ChillDocStoreBundle/Resources/public"]
|
||||
"ChillMainAssets/*": ["./src/Bundle/ChillMainBundle/Resources/public/*"],
|
||||
"ChillDocStoreAssets/*": ["./src/Bundle/ChillDocStoreBundle/Resources/public/*"]
|
||||
},
|
||||
"lib": [
|
||||
"es2020",
|
||||
|
Reference in New Issue
Block a user