0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2024-12-22 05:33:02 -05:00
penpot-exporter-figma-plugin/plugin-src/tsconfig.json
Jordi Sala Morales 4edb964a96
Cache google fonts traversal (#176)
* wip

* revert

* extract as a class

* fix

* fix package.jsonm
2024-06-18 14:02:13 +02:00

12 lines
269 B
JSON

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