fix CI error (#1045)

* fix CI error

* change the CI triggering event to pull_request
This commit is contained in:
MF
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 25db99495c
commit 72d08344c1
4 changed files with 15 additions and 8 deletions

View File

@@ -9,24 +9,30 @@
"preserveConstEnums": true,
"rootDir": "src",
"outDir": "build",
"lib": ["es6", "dom"],
"lib": [
"es6",
"dom"
],
"downlevelIteration": true,
"importsNotUsedAsValues": "error",
"strictBindCallApply": true,
"composite": true
},
"references": [
{
"path": "../types"
},
{
"path": "../rrdom"
},
{
"path": "../rrweb-snapshot"
},
{
"path": "../types"
}
],
"exclude": ["test", "scripts"],
"exclude": [
"test",
"scripts"
],
"include": [
"src",
"node_modules/@types/css-font-loading-module/index.d.ts",