Scaffold Forgejo issue sync plugin

This commit is contained in:
Paperclip Bot 2026-06-02 02:57:49 +00:00
commit 471520e6b3
21 changed files with 1970 additions and 0 deletions

14
tsconfig.build.json Normal file
View file

@ -0,0 +1,14 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "dist"
},
"include": [
"src"
],
"exclude": [
"dist",
"node_modules",
"tests"
]
}