mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-07 15:39:49 -05:00
8 lines
109 B
JSON
8 lines
109 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"include": ["src/**/*.ts"],
|
||
|
"compilerOptions": {
|
||
|
"types": []
|
||
|
}
|
||
|
}
|