mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2025-03-11 15:21:26 -05:00
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
|
|
}
|
|
}
|