neovim / node-client

Nvim Node.js client and plugin host
https://neovim.io/node-client/
MIT License
464 stars 49 forks source link

build: enable full typescript checking of test files #352

Open justinmk opened 2 months ago

justinmk commented 2 months ago

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