mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-22 05:33:02 -05:00
13 lines
236 B
JSON
13 lines
236 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"jsx": "react",
|
|
"typeRoots": [
|
|
"./node_modules/@types",
|
|
"./node_modules/@figma"
|
|
],
|
|
"moduleResolution":"node"
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.tsx"]
|
|
}
|
|
|