UNPKG

@figma/plugin-typings

Version:
10 lines (9 loc) 188 B
{ "compilerOptions": { "target": "es6", // Figma plugins run in an environment with es6 but no browser symbols. "lib": ["es6"], "noEmit": true, "strict": true, } }