mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-22 05:33:02 -05:00
10 lines
141 B
JSON
10 lines
141 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"@plugin/*": ["./plugin-src/*"],
|
||
|
"@ui/*": ["./ui-src/*"]
|
||
|
}
|
||
|
}
|
||
|
}
|