fix CI error (#1045)
* fix CI error * change the CI triggering event to pull_request
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user