mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-22 13:43:03 -05:00
15 lines
385 B
JSON
15 lines
385 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"isolatedModules": true,
|
|
"skipLibCheck": true,
|
|
"jsx": "react-jsx",
|
|
"lib": ["DOM", "ES6"],
|
|
"target": "es2017",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node10",
|
|
"strict": true,
|
|
"typeRoots": ["src/ui/penpot.d.ts", "node_modules/@figma", "node_modules/@types"],
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|