Skip to content

Commit c0ead68

Browse files
committed
Add @figma/plugin-typings and preact to types
1 parent 196f73c commit c0ead68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"lib": ["DOM", "ES2020"],
77
"outDir": "lib",
88
"rootDir": "src",
9-
"types": []
9+
"types": ["@figma/plugin-typings", "preact"]
1010
},
1111
"include": ["src/**/*.ts", "src/**/*.tsx"],
1212
"references": [{ "path": "../utilities" }]

0 commit comments

Comments
 (0)