diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2021-12-10 09:12:21 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 09:12:21 +1100 |
commit | 345f0fbe5cdaa71af067c7072537f1823fe4ada5 (patch) | |
tree | c37062607fe23ef9d1826c1d43a10a712b827f3c /tools | |
parent | a3d024ac2ec8d73f7bf268823866d2342d1c1eb1 (diff) |
feat(cli): update to TypeScript 4.5 (#12410)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/lint.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/lint.js b/tools/lint.js index bcb181e29..29720bfb9 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -20,8 +20,6 @@ async function dlint() { ":!:cli/tests/testdata/swc_syntax_error.ts", ":!:cli/tests/testdata/038_checkjs.js", ":!:cli/tests/testdata/error_008_checkjs.js", - ":!:std/**/testdata/*", - ":!:std/**/node_modules/*", ":!:cli/bench/node*.js", ":!:cli/compilers/wasm_wrap.js", ":!:cli/dts/**", @@ -31,6 +29,7 @@ async function dlint() { ":!:cli/tests/testdata/lint/**", ":!:cli/tests/testdata/tsc/**", ":!:cli/tsc/*typescript.js", + ":!:cli/tsc/compiler.d.ts", ":!:test_util/wpt/**", ]); |