Skip to content

Commit 3b90606

Browse files
committed
feat(package.json): add optional dependency 'typia'
This commit introduces 'typia' as an optional dependency in the package.json file. This is to ensure that the project can optionally utilize the features provided by 'typia'.
1 parent 77889a7 commit 3b90606

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@
142142
},
143143
"@vinejs/vine": {
144144
"optional": true
145+
},
146+
"typia": {
147+
"optional": true
145148
}
146149
},
147150
"optionalDependencies": {

0 commit comments

Comments
 (0)