0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2024-12-22 05:33:02 -05:00
penpot-exporter-figma-plugin/plugin-src/tsconfig.json

11 lines
206 B
JSON
Raw Normal View History

2024-04-12 11:52:19 -05:00
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"target": "es6",
"lib": ["es6"],
"strict": true,
"typeRoots": ["../node_modules/@figma"],
"moduleResolution": "Node"
}
}