feat(ci): Add GitHub Actions workflows for CI/CD

This commit is contained in:
2025-01-18 23:52:44 +01:00
parent af18c2f57a
commit d16e3b613c
18 changed files with 8998 additions and 3455 deletions

View File

@@ -6,9 +6,11 @@
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"verbatimModuleSyntax": true
"verbatimModuleSyntax": true,
"baseUrl": ".",
"paths": {}
},
"exclude": [
"dist_*/**/*.d.ts"
]
}
}