Added SetupGitHubRelease Task

This commit is contained in:
2026-02-25 20:54:31 +01:00
parent a9a27461ff
commit e801a45066
5 changed files with 1232 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "CommonJS",
"moduleResolution": "Node",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"outDir": "dist",
"rootDir": ".."
},
"include": ["src/**/*.ts"]
}