ERROR in fork-ts-checker-webpack-plugin-resolution-issue/packages/baz/src/app/index.ts
ERROR in fork-ts-checker-webpack-plugin-resolution-issue/packages/baz/src/app/index.ts(1,20):
TS6305: Output file 'fork-ts-checker-webpack-plugin-resolution-issue/packages/bar/dist/Foobar/index.d.ts' has not been built from source file 'fork-ts-checker-webpack-plugin-resolution-issue/packages/bar/src/Foobar/index.ts'.
error Command failed with exit code 2.
- packages/baz is the main app and contains a webpack configuration
- packages/bar depends on packages/foo and exports Foobar
- packages/foo does not depend on anything and exports Foo