Skip to content

Commit

Permalink
fix ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Aug 12, 2024
1 parent a10e7b1 commit 8192bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.lib.tsbuildinfo",
"target": "ES2020",
"lib": ["ES2020"],
"lib": ["DOM", "ES2020"],
"module": "ESNext",
"skipLibCheck": true,
"rootDir": "./src",
Expand Down

0 comments on commit 8192bc3

Please sign in to comment.