0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2024-12-21 21:23:06 -05:00
penpot-exporter-figma-plugin/tsconfig.base.json

11 lines
176 B
JSON
Raw Normal View History

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