mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-21 21:23:06 -05:00
672567614b
* first commit * change esbuild * changeset
12 lines
269 B
JSON
12 lines
269 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"target": "ES2019",
|
|
"lib": ["ES2019"],
|
|
"strict": true,
|
|
"typeRoots": ["../node_modules/@figma"],
|
|
"moduleResolution": "Node",
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|