feat: add figma plugin

This commit is contained in:
quillzhou@gmail.com
2023-12-23 15:43:54 +08:00
parent f90966808b
commit 83a1d49af4
9 changed files with 306 additions and 8 deletions
+2 -1
View File
@@ -8,6 +8,7 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true
"strict": true,
"types": ["@figma/plugin-typings"]
}
}