0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2024-12-22 13:43:03 -05:00
penpot-exporter-figma-plugin/tsconfig.json
2024-04-09 09:52:51 +02:00

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
}
}