0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-07 15:39:49 -05:00
penpot-plugins/apps/poc-state-plugin/tsconfig.plugin.json

9 lines
163 B
JSON
Raw Permalink Normal View History

2024-04-23 05:33:38 -05:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": []
},
"files": ["src/plugin.ts"],
"include": ["../../libs/plugin-types/index.d.ts"],
}