Complete Full-Stack Todo application with Angular, Node.js, and MySQL

This commit is contained in:
2026-01-12 13:25:31 +05:30
parent ec811d9f97
commit f56a6bbaa4
39 changed files with 15083 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/spec",
"types": [
"jasmine"
]
},
"include": [
"src/**/*.spec.ts",
"src/**/*.d.ts"
]
}