|
|
|
|
|
by kazushisan
635 days ago
|
|
I may be opinionated but I believe that the best practice is to configure a separate tsconfig for test files with project references. As long as the test files are not included in the tsconfig passed to ts-remove-unused, it should remove exports that are only used in test files. https://www.typescriptlang.org/docs/handbook/project-referen... |
|