File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - " master"
7- - " v7.0.0"
87 paths :
98 - " lib/**"
109 - " test/**"
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - " master"
7- - " v7.0.0"
87 paths :
98 - " lib/**"
109 - " test/**"
1110 - " package.json"
11+ - " tsconfig.json"
1212 - " .github/workflows/tester.yml"
1313 pull_request :
1414 paths :
1515 - " lib/**"
1616 - " test/**"
1717 - " package.json"
18+ - " tsconfig.json"
1819 - " .github/workflows/tester.yml"
1920
2021permissions :
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
33 "module" : " commonjs" ,
4- "target" : " es6 " ,
4+ "target" : " es2020 " ,
55 "sourceMap" : true ,
66 "outDir" : " dist" ,
77 "declaration" : true ,
1717 "exclude" : [
1818 " node_modules"
1919 ]
20- }
20+ }
You can’t perform that action at this time.
0 commit comments