mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-22 05:33:02 -05:00
11 lines
206 B
JSON
11 lines
206 B
JSON
|
{
|
||
|
"extends": "../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"target": "es6",
|
||
|
"lib": ["es6"],
|
||
|
"strict": true,
|
||
|
"typeRoots": ["../node_modules/@figma"],
|
||
|
"moduleResolution": "Node"
|
||
|
}
|
||
|
}
|