You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have a monorepo with multiple typescript libs. I wanted to try redux-starter-kit in one of my lib. But after adding that as a dependency I can not build without error because I see
error TS6307: File '/mnt/c/dev/github/sensenet/sn-client/node_modules/redux-starter-kit/src/configurestore.ts' is not in project file list. Projects must list all files or use an 'include' pattern.
The redux-starter-kit works great in a repo where project references are not turned on. The source of the problem might be the index.d.ts file in the root of the project because it points to the files located in src.
The text was updated successfully, but these errors were encountered:
So I have a monorepo with multiple typescript libs. I wanted to try redux-starter-kit in one of my lib. But after adding that as a dependency I can not build without error because I see
The redux-starter-kit works great in a repo where project references are not turned on. The source of the problem might be the index.d.ts file in the root of the project because it points to the files located in src.
The text was updated successfully, but these errors were encountered: