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
This is from my “crawl node_modules for javascript modules” branch at #6928
My tsconfig.json is as below:
{ "compilerOptions": { "allowJs": true, "maxNodeSearchJsDepth": 2, "outDir": "./out", "module": "commonjs" }, "exclude": [ "node_modules", "out" ] }
Run “npm install gulp” in the root. Have a “test.js” that is as the below.
var g = require('gulp');
g.src()
From the command line run “tsc” (obviously using the ‘\built\local’ from that branch)… CRASH!!
The text was updated successfully, but these errors were encountered:
Duplicate #7002
Sorry, something went wrong.
RyanCavanaugh
No branches or pull requests
This is from my “crawl node_modules for javascript modules” branch at #6928
My tsconfig.json is as below:
Run “npm install gulp” in the root. Have a “test.js” that is as the below.
var g = require('gulp');
g.src()
From the command line run “tsc” (obviously using the ‘\built\local’ from that branch)… CRASH!!
The text was updated successfully, but these errors were encountered: