mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-22 05:33:02 -05:00
4edb964a96
* wip * revert * extract as a class * fix * fix package.jsonm
12 lines
269 B
JSON
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
|
|
}
|
|
}
|