Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit 9d91b02

Browse files
committed
chore: add try-as to template transform
1 parent 0c71193 commit 9d91b02

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"extends": "./node_modules/@hypermode/modus-sdk-as/plugin.asconfig.json",
33
"options": {
4-
"transform": ["@hypermode/modus-sdk-as/transform", "json-as/transform"]
4+
"transform": [
5+
"@hypermode/modus-sdk-as/transform",
6+
"json-as/transform",
7+
"try-as/transform"
8+
]
59
}
610
}

0 commit comments

Comments
 (0)