Skip to content

Commit

Permalink
Add replaceAll string
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Dec 6, 2023
1 parent c3f0a6f commit 3e597ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"lib": ["ES2020", "DOM", "DOM.Iterable", "ES2021.String"],
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "./types",
Expand Down

1 comment on commit 3e597ff

@vercel
Copy link

@vercel vercel bot commented on 3e597ff Dec 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cmd-dialog – ./

cmd-dialog-git-main-ozzyczech.vercel.app
cmd-dialog.vercel.app
cmd-dialog-ozzyczech.vercel.app

Please sign in to comment.