0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-06 14:50:21 -05:00
penpot-plugins/apps/rename-layers-plugin/tsconfig.editor.json
2024-06-03 08:25:30 +02:00

7 lines
109 B
JSON

{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts"],
"compilerOptions": {
"types": []
}
}