UNPKG

@create-figma-plugin/tsconfig

Version:

TypeScript config for plugins/widgets built using the Create Figma Plugin toolkit

13 lines (12 loc) 237 B
{ "compilerOptions": { "esModuleInterop": true, "isolatedModules": true, "jsx": "react", "jsxFactory": "h", "lib": ["DOM", "ES2020"], "module": "ES2020", "moduleResolution": "Node", "strict": true } }