diff --git a/jsconfig.json b/jsconfig.json index e63dba07..628a4708 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -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"] }