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