First commit

This commit is contained in:
Noah Spannbauer
2024-05-26 19:08:32 -05:00
commit 32c2da22f5
17 changed files with 9374 additions and 0 deletions

20
nest-cli.json Normal file
View File

@@ -0,0 +1,20 @@
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true,
"webpack": true
},
"projects": {
"modules": {
"type": "library",
"root": "libs/modules",
"entryFile": "index",
"sourceRoot": "libs/modules/src",
"compilerOptions": {
"tsConfigPath": "libs/modules/tsconfig.lib.json"
}
}
}
}