diff --git a/README.md b/README.md index 2f4d748..a1c7b70 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ information, you'll need to provide the path to your `tsconfig.json`. For more information, see: https://typescript-eslint.io/docs/linting/type-linting ```js -const { resolve } = require('path'); +const { resolve } = require('node:path'); const project = resolve(__dirname, 'tsconfig.json');