mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-07 15:39:49 -05:00
9 lines
163 B
JSON
9 lines
163 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"types": []
|
||
|
},
|
||
|
"files": ["src/plugin.ts"],
|
||
|
"include": ["../../libs/plugin-types/index.d.ts"],
|
||
|
}
|