Skip to content

Commit 781c226

Browse files
committed
chore(web): add config to use sorting without mutation on arrays
1 parent 0075331 commit 781c226

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@
5858
"allowSyntheticDefaultImports": true,
5959
"removeComments": true,
6060
"isolatedModules": true,
61+
"lib": [
62+
"ESNext.Array"
63+
],
6164
"types": [
6265
"vite/client",
6366
"vite-plugin-svgr/client"

0 commit comments

Comments
 (0)