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
Without a tsconfig.json file like the one in the root of this project present synthetics will only show the transpiled (ugly) JS. I think the solution here is to bring back what we used to do, where we hard-coded the tsconfig settings when requiring 'typescript'. This was introduced here: https://github.com/elastic/synthetics/pull/98/files#diff-fa8d4e24d8399e8350f1c8bad05df53e8032ea995835bf911507015e2db61cddR115 but later backed out.
tsconfig.json
@vigneshshanmugam I'd be curious as to your thoughts here
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Without a
tsconfig.json
file like the one in the root of this project present synthetics will only show the transpiled (ugly) JS. I think the solution here is to bring back what we used to do, where we hard-coded the tsconfig settings when requiring 'typescript'. This was introduced here: https://github.com/elastic/synthetics/pull/98/files#diff-fa8d4e24d8399e8350f1c8bad05df53e8032ea995835bf911507015e2db61cddR115 but later backed out.@vigneshshanmugam I'd be curious as to your thoughts here
The text was updated successfully, but these errors were encountered: