0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2024-12-21 21:23:06 -05:00
penpot-exporter-figma-plugin/plugin-src/tsconfig.json
Alex Sánchez 672567614b
Use Fill Styles to generate fills more efficiently (#180)
* first commit

* change esbuild

* changeset
2024-06-19 15:58:13 +02:00

12 lines
269 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"target": "ES2019",
"lib": ["ES2019"],
"strict": true,
"typeRoots": ["../node_modules/@figma"],
"moduleResolution": "Node",
"skipLibCheck": true,
"resolveJsonModule": true
}
}