We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ts-node doesn't load declaration files and throw compile error
https://github.com/tjx666/coo/tree/e8861b8d5c3fb9eddea386d6854fb798757b52cd
{ "compilerOptions": { /* Basic Options */ "target": "ES2019", "module": "commonjs", /* Strict Type-Checking Options */ "strict": true, /* Additional Checks */ "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, /* Module Resolution Options */ "moduleResolution": "node", "esModuleInterop": true, "resolveJsonModule": true, /* Experimental Options */ "experimentalDecorators": true, "emitDecoratorMetadata": true, /* Advanced Options */ "forceConsistentCasingInFileNames": true, "skipLibCheck": true } }
The text was updated successfully, but these errors were encountered:
Thanks for the report! Fixed with https://github.com/TypeStrong/ts-node/releases/tag/v8.8.1. I'll look into getting a test case covering it tonight.
Sorry, something went wrong.
--files
Seems to broken again on 9.1.0
Our tests are still passing, so I'm going to assume this is all working correctly in 9.1.1 unless there's some specific use-case that's being missed.
No branches or pull requests
ts-node doesn't load declaration files and throw compile error
reproduce
https://github.com/tjx666/coo/tree/e8861b8d5c3fb9eddea386d6854fb798757b52cd
Specifications
The text was updated successfully, but these errors were encountered: