diff --git a/tsconfig.json b/tsconfig.json index 56f6531..5813051 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,14 +3,14 @@ "esModuleInterop": true, "exactOptionalPropertyTypes": true, "forceConsistentCasingInFileNames": true, - "lib": ["ES2020"], - "module": "CommonJS", - "moduleResolution": "node", + "lib": ["ES2023"], + "module": "Node16", + "moduleResolution": "Node16", "noEmit": true, "noErrorTruncation": true, "noUncheckedIndexedAccess": true, "strict": true, - "target": "es2020" + "target": "ES2020" }, "exclude": ["./dist", "**/node_modules"] }