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 tsconfig.json with newer features #49

Closed
wants to merge 1 commit into from

Conversation

thinknathan
Copy link
Member

This PR proposes changes to the tsconfig to stay up to date with newer features.

Additions

  • luaLibImport is changed to the experimental value require-minimal. Introduced in TSTL v1.13.0. This will result in slimmer output code.

Removals

  • experimentalDecorators is removed. Decorators are now stable in both TypeScript and TSTL, so new projects don't need to opt into experimental support.

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

Successfully merging this pull request may close these issues.

1 participant