Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
chore(jsconfig): remove lib; target will be used in absence
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jan 26, 2024
1 parent c8cf8f0 commit 436a026
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
// Uncomment as and when needed
// "checkJs": true,
// "strict": true,
"lib": ["ES2022"],
"module": "NodeNext",
"moduleResolution": "NodeNext",
"resolveJsonModule": true,
"target": "ES2022",
"target": "ES2022"
},
"exclude": ["dist", "node_modules"],
"exclude": ["dist", "node_modules"]
}

0 comments on commit 436a026

Please sign in to comment.