diff --git a/readme.md b/readme.md index 9e77b56..428a53a 100644 --- a/readme.md +++ b/readme.md @@ -310,7 +310,7 @@ versions of Node.js. When we cut a new major release, we drop support for unmaintained versions of Node. This means we try to keep the current release line, -`micromark-extension-gfm-autolink-literal@^1`, compatible with Node.js 16. +`micromark-extension-gfm-autolink-literal@^2`, compatible with Node.js 16. This package works with `micromark` version `3` and later. diff --git a/tsconfig.json b/tsconfig.json index 21d5f49..e82ed5a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,10 +5,10 @@ "declaration": true, "emitDeclarationOnly": true, "exactOptionalPropertyTypes": true, - "lib": ["es2020"], + "lib": ["es2022"], "module": "node16", "strict": true, - "target": "es2020" + "target": "es2022" }, "exclude": ["coverage/", "lib/", "node_modules/", "index.js"], "include": ["**/*.js", "dev/index.d.ts"]