chore(ci): backport actions updates (#10853)

This commit is contained in:
Vlad Frangu
2025-04-26 17:06:03 +03:00
committed by GitHub
parent 737b80b5f2
commit 7fb6630c02
8 changed files with 3170 additions and 312 deletions

View File

@@ -0,0 +1,10 @@
{
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true,
"skipLibCheck": true
},
"include": ["__tests__/**/*.ts"],
"exclude": ["node_modules"]
}