Host workspace repositories on Central Gitea

This commit is contained in:
2026-09-03 15:46:52 -07:00
parent 3c2e4a7e85
commit 60550bb760
57 changed files with 14878 additions and 2788 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"allowImportingTsExtensions": false,
"declaration": false,
"noEmit": false,
"outDir": "dist",
"rootDir": ".",
"sourceMap": true
},
"include": ["src/**/*.ts", "test/**/*.ts"]
}