We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@figma/plugin-typings
preact
1 parent 196f73c commit c0ead68Copy full SHA for c0ead68
packages/ui/tsconfig.json
@@ -6,7 +6,7 @@
6
"lib": ["DOM", "ES2020"],
7
"outDir": "lib",
8
"rootDir": "src",
9
- "types": []
+ "types": ["@figma/plugin-typings", "preact"]
10
},
11
"include": ["src/**/*.ts", "src/**/*.tsx"],
12
"references": [{ "path": "../utilities" }]
0 commit comments