Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Array Check for Bug #28 #579

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Cleanshooter
Copy link

I think this will resolve the reported bug. However, I don't know how to setup a development environment like yours.

When I try to run npm run build I get an error:

src/filesystem.ts:61:7 - error TS2345: Argument of type '{ tsConfigFilePath: string | undefined; addFilesFromTsConfig: boolean; skipFileDependencyResolution: true; }' is not assignable to parameter of type 'ProjectOptions'.
  Object literal may only specify known properties, and 'addFilesFromTsConfig' does not exist in type 'ProjectOptions'.

61       addFilesFromTsConfig: false,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~


Found 1 error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants