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
TypeScript Version:
1.8.29
Code
tsconfig.json
{ "compilerOptions": { "target": "es5", "module": "system", "moduleResolution": "node", "sourceMap": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "removeComments": false, "noImplicitAny": true, "noEmitOnError": true, "outDir": "wwwroot/scripts" }, "exclude": [ "node_modules", "typings/main", "typings/main.d.ts", "wwwroot" ] }
Expected behavior:
Sorry if it this is a duplicate but I couldn't find one when searching for it.
Using VS-2015 Update 2, If I create this typescript files in folder (or multiple folders)
When compiling, it should produce this.
Actual behavior:
Instead it produce this
But the expected behavior would work if you add a root file instead. (The missing root file shouldn't cause this bug to begin with).
The text was updated successfully, but these errors were encountered:
Please see documentation in https://github.com/Microsoft/TypeScript/wiki/FAQ#why-does---outdir-moves-output-after-adding-a-new-file
also see my reply in #7346 (comment)
Sorry, something went wrong.
No branches or pull requests
TypeScript Version:
1.8.29
Code
tsconfig.json
Expected behavior:
Sorry if it this is a duplicate but I couldn't find one when searching for it.
Using VS-2015 Update 2, If I create this typescript files in folder (or multiple folders)
When compiling, it should produce this.
Actual behavior:
Instead it produce this
But the expected behavior would work if you add a root file instead. (The missing root file shouldn't cause this bug to begin with).
The text was updated successfully, but these errors were encountered: