Skip to content

Commit

Permalink
docs: Add "ES2020" to compilerOptions.lib in tsconfig.json #399
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuma0129 authored Dec 9, 2024
1 parent c69b7cb commit d88004f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ tsconfig.json の内容
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"lib": ["DOM"],
"lib": ["DOM", "ES2020"],
"strict": true,
"paths": {
"chibivue": ["./packages"]
Expand Down

0 comments on commit d88004f

Please sign in to comment.