0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-21 14:12:42 -05:00
penpot-plugins/apps/contrast-plugin/tsconfig.plugin.json

9 lines
162 B
JSON
Raw Permalink Normal View History

2024-05-24 12:51:08 +02:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": []
},
"files": ["src/plugin.ts"],
"include": ["../../libs/plugin-types/index.d.ts"]
}