Skip to content

Commit

Permalink
tsconfig 옵션 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
woohm402 committed Sep 14, 2024
1 parent 3de63ec commit 3a03f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "ES2022",
"target": "ES6",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"lib": ["ES2023", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,
"moduleResolution": "bundler",
Expand Down

0 comments on commit 3a03f39

Please sign in to comment.