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/tsconfig.json
Pablo Alba cde0003c50 v0.0.1
2022-10-11 15:55:08 +02:00

13 lines
236 B
JSON

{
"compilerOptions": {
"target": "es6",
"jsx": "react",
"typeRoots": [
"./node_modules/@types",
"./node_modules/@figma"
],
"moduleResolution":"node"
},
"include": ["src/**/*.ts", "src/**/*.tsx"]
}