feat: update package.json exports to support new module formats and types

This commit is contained in:
2026-03-08 08:19:01 +07:00
parent bcc9cb2915
commit a996eb74b9
22 changed files with 1022 additions and 38 deletions
+4 -1
View File
@@ -9,6 +9,9 @@
},
"vueCompilerOptions": {
"strictTemplates": true,
"fallthroughAttributes": true
"fallthroughAttributes": true,
"inferTemplateDollarAttrs": true,
"inferTemplateDollarEl": true,
"inferTemplateDollarRefs": true
}
}