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

Update base tsconfig.json to disable all compiler options except type checking #27

Closed
rochdev opened this issue Jun 12, 2019 · 2 comments
Milestone

Comments

@rochdev
Copy link
Member

rochdev commented Jun 12, 2019

As previously discussed, TypeScript compilation supports many compilation features to alter code depending on the ECMAScript and environment targets. This is problematic since many different targets must be supported with a single build output. It also makes testing much more difficult since in some cases it may make a specific language construct completely unavailable.

Any feature not related to types should be disabled. If shims are needed, they should be manually imported and used depending on specific conditions.

@mayurkale22 mayurkale22 added this to the Configs milestone Jun 21, 2019
@vmarchaud
Copy link
Member

I believe this one has been fixed with #34

@mayurkale22
Copy link
Member

Closed via #34

pichlermarc pushed a commit to dynatrace-oss-contrib/opentelemetry-js that referenced this issue Dec 15, 2023
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

No branches or pull requests

3 participants