0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2025-01-18 05:22:28 -05:00
penpot-exporter-figma-plugin/tsconfig.base.json

11 lines
176 B
JSON
Raw Normal View History

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