mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-22 13:43:03 -05:00
19 lines
480 B
JSON
19 lines
480 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/lib/penpot.d.ts", "node_modules/@figma", "node_modules/@types"],
|
|
"resolveJsonModule": true,
|
|
"paths": {
|
|
"@plugin/*": ["./src/plugin/*"],
|
|
"@ui/*": ["./src/ui/*"]
|
|
}
|
|
}
|
|
}
|