init on github

This commit is contained in:
Elie Schoppik
2024-11-20 13:08:06 -05:00
parent e99025b8f1
commit 9be6268005
5 changed files with 1877 additions and 0 deletions

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

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