initial gitlab version

This commit is contained in:
Taylor McCaslin
2024-11-25 16:39:34 -07:00
committed by David Soria Parra
parent b4a9a3dfae
commit ffe49237b9
6 changed files with 1584 additions and 0 deletions

11
src/gitlab/tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "."
},
"include": [
"./**/*.ts"
]
}