Initial commit: IdeaSDK TypeScript plugin SDK

This commit is contained in:
Git Agent
2026-08-02 16:24:59 +02:00
commit c322055edb
19 changed files with 2039 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
node_modules/
dist/
examples/hello-plugin/dist/
examples/hello-plugin/build/
*.tsbuildinfo
.DS_Store
coverage/
npm-debug.log*
*.tgz