1
0
Fork 0
mirror of synced 2024-09-28 07:11:40 +12:00
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 {
...getJsHelperList(),

View file

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