Skip to content

Commit

Permalink
browserlist
Browse files Browse the repository at this point in the history
  • Loading branch information
shopizer-ecommerce committed Dec 10, 2021
1 parent 7aec980 commit 91eb651
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions browserslist
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
# For additional information regarding the format and rule options, please see:
# https://github.com/browserslist/browserslist#queries

# You can see what browsers were selected by your queries by running:
# npx browserslist

last 5 Chrome versions
last 5 ChromeAndroid versions

last 3 Safari versions
last 3 iOS versions

last 5 Firefox versions
last 5 FirefoxAndroid versions
Firefox ESR

last 2 Edge versions

not dead
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compileOnSave": false,
"compilerOptions": {
"importHelpers": false,
"module": "es2020",
"module": "esnext",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
Expand Down

0 comments on commit 91eb651

Please sign in to comment.