0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-09 00:10:12 -05:00
penpot-plugins/apps/example-plugin/.swcrc

9 lines
94 B
Text
Raw Normal View History

2024-02-06 06:16:28 -05:00
{
"jsc": {
"parser": {
"syntax": "typescript"
},
"target": "es2016"
}
}