From bc782cee98096d2562d87c7a0b15051b6d0d6628 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 13 Mar 2024 22:37:56 -0400 Subject: fix(node): resolve types via package.json for directory import (#22878) Does a package resolve when resolving types for a directory (copying the behaviour that typescript does). --- tools/lint.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/lint.js') diff --git a/tools/lint.js b/tools/lint.js index 6cda0cef0..f48f3e850 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -50,6 +50,8 @@ async function dlint() { ":!:cli/bench/testdata/react-dom.js", ":!:cli/compilers/wasm_wrap.js", ":!:cli/tsc/dts/**", + ":!:target/**", + ":!:tests/specs/**", ":!:tests/testdata/encoding/**", ":!:tests/testdata/error_syntax.js", ":!:tests/testdata/file_extensions/ts_with_js_extension.js", -- cgit v1.2.3