new todo-backend

This commit is contained in:
Guy Bianco IV
2021-05-19 12:50:48 -04:00
parent 20d773370e
commit 0bc1c87dda
17 changed files with 7782 additions and 342 deletions

View File

@@ -0,0 +1,11 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"sourceMap": false
},
"exclude": [
"spec",
"src/**/*.mock.ts",
"src/public/"
]
}