feat: add mysql support (#212)

* feat: add mysql support

* fix: lockfile broken

* fix: ci issues

* fix: ci issues

* fix: ci issues
This commit is contained in:
Meier Lukas
2024-03-12 21:23:45 +01:00
committed by GitHub
parent c4ff968cbc
commit 24ec13c2ab
9 changed files with 565 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"module": "commonjs",
"module": "CommonJS",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,