This commit is contained in:
Adria Navarro 2024-03-21 17:14:27 +01:00
parent 001e48179a
commit 8c7ab2e506
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import { getJsHelperList } from "../../../../string-templates/src/helpers/list" import { getJsHelperList } from "@budibase/string-templates/src/helpers/list"
export default { export default {
...getJsHelperList(), ...getJsHelperList(),

View File

@ -18,7 +18,8 @@
"@budibase/backend-core/*": ["../backend-core/*"], "@budibase/backend-core/*": ["../backend-core/*"],
"@budibase/shared-core": ["../shared-core/src"], "@budibase/shared-core": ["../shared-core/src"],
"@budibase/pro": ["../pro/src"], "@budibase/pro": ["../pro/src"],
"@budibase/string-templates": ["../string-templates/src"] "@budibase/string-templates": ["../string-templates/src"],
"@budibase/string-templates/*": ["../string-templates/*"]
}, },
"allowArbitraryExtensions": true "allowArbitraryExtensions": true
}, },