0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-22 14:49:27 -05:00
penpot-plugins/apps/poc-state-plugin/tsconfig.editor.json

8 lines
115 B
JSON
Raw Permalink Normal View History

2024-04-23 12:33:38 +02:00
{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts"],
"compilerOptions": {
"types": ["node"]
}
}