feat(sqlserver): added in the sqlconnnection

This commit is contained in:
2025-03-07 13:38:14 -06:00
parent c74f8e2a5f
commit a1c9ad65b8
6 changed files with 767 additions and 4 deletions

View File

@@ -12,7 +12,8 @@
"outDir": "./dist",
"removeComments": true,
"allowJs": true,
"esModuleInterop": true
"esModuleInterop": true,
"resolveJsonModule": true
},
"exclude": ["node_modules", "frontend", "dist"]
}