penpot/plugins/apps/icons-plugin/tsconfig.editor.json

8 lines
109 B
JSON

{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts"],
"compilerOptions": {
"types": []
}
}