chore: create ci release (efb34d6cb2)

This commit is contained in:
github-actions[bot]
2024-03-20 00:52:41 +00:00
commit a3b800d623
19 changed files with 9121 additions and 0 deletions

14
tsconfig.json Normal file
View File

@@ -0,0 +1,14 @@
{
"exclude": ["dist"],
"compilerOptions": {
"baseUrl": "./src",
"rootDir": "./src",
"outDir": "./dist",
"target": "ESNext",
"module": "CommonJS",
"moduleResolution": "Node",
"skipLibCheck": true,
"strict": true,
"noEmit": true
}
}