node-client icon indicating copy to clipboard operation
node-client copied to clipboard

build: enable full typescript checking of test files

Open justinmk opened this issue 1 year ago • 0 comments

Problem

currently, test files are not checked by npm run build, we exclude them in tsconfig: https://github.com/neovim/node-client/blob/d3bc8d36b50ccc188e083b33ff537819e661dd88/packages/neovim/tsconfig.json#L7

Expected behavior

  • test files should be checked
  • fix all the errors

justinmk avatar Apr 17 '24 12:04 justinmk