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.base.json

10 lines
141 B
JSON
Raw Permalink Normal View History

2024-04-12 11:52:19 -05:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@plugin/*": ["./plugin-src/*"],
"@ui/*": ["./ui-src/*"]
}
}
}