remove unused exports to clean up code #2036
Labels
exp/beginner
Can be confidently tackled by newcomers
P3
Low: Not priority right now
status/ready
Ready to be worked
topic/dependencies
Topic dependencies
Part of #1965
npx -y ts-unused-exports tsconfig.json {src,test}/**/*.js
and get rid of any exports that are unused.npx -y unused-exports --path ./src --ignore node_modules/
and get rid of any exports that are unusedfailOnUnused
The text was updated successfully, but these errors were encountered: