0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-24 15:48:53 -05:00
penpot-plugins/apps/contrast-plugin/.swcrc

9 lines
94 B
Text
Raw Normal View History

2024-03-07 10:34:06 +01:00
{
"jsc": {
"parser": {
"syntax": "typescript"
},
"target": "es2016"
}
}