mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-22 05:33:02 -05:00
c013e80962
* wip * moved logic to validate custom fonts * missing fonts section * lint * refactor and improve * simplify resize * refactor * Implemente custom fonts * styling plugin * styling plugin * minor styling fix * changeset * fix * fix eslint --------- Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>
11 lines
243 B
JSON
11 lines
243 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"target": "ES2017",
|
|
"lib": ["ES2017"],
|
|
"strict": true,
|
|
"typeRoots": ["../node_modules/@figma"],
|
|
"moduleResolution": "Node",
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|