File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed
Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 1- # This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
2- # For additional information regarding the format and rule options, please see:
3- # https://github.com/browserslist/browserslist#queries
4-
5- # You can see what browsers were selected by your queries by running:
6- # npx browserslist
7-
8- > 0.5%
9- last 2 versions
1+ last 2 Chrome versions
2+ last 1 Firefox version
3+ last 2 Edge major versions
4+ last 2 Safari major versions
5+ last 2 iOS major versions
106Firefox ESR
11- not dead
12- not IE 9-11 # For IE 9-11 support, remove 'not'.
Original file line number Diff line number Diff line change 77 "declaration" : false ,
88 "moduleResolution" : " node" ,
99 "experimentalDecorators" : true ,
10- "target" : " es2020 " ,
10+ "target" : " es2022 " ,
1111 "typeRoots" : [
1212 " node_modules/@types"
1313 ],
You can’t perform that action at this time.
0 commit comments