0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-09 00:10:12 -05:00
penpot-plugins/apps/lorem-ipsum-plugin/tsconfig.editor.json

8 lines
109 B
JSON
Raw Normal View History

2024-05-08 08:32:42 -05:00
{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts"],
"compilerOptions": {
"types": []
}
}