Import actions/upload-artifact @v3
Check dist/ / check-dist (push) Failing after 0s
Code scanning - action / CodeQL-Build (push) Failing after 0s
Licensed / Check licenses (push) Failing after 0s
Test / Build (ubuntu-latest) (push) Failing after 0s
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (windows-latest) (push) Has been cancelled

This commit is contained in:
fourbroad
2026-06-17 07:48:50 +08:00
commit 73c73350b3
55 changed files with 24557 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"outDir": "./lib",
"rootDir": "./src",
"strict": true,
"noImplicitAny": false,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"declaration": false,
"sourceMap": true,
"lib": ["es6"]
},
"exclude": ["node_modules", "**/*.test.ts"]
}