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

convert index file to typescript file #94

Conversation

mattmeyerink
Copy link
Contributor

This MR converts the root index.js file to an in index.ts file. This change requires us to change the entry point for the app from the root level index.js file to the index.js file generated from the typescript build in the dist dir which results in some changes to make the tests functional.

@mattmeyerink mattmeyerink linked an issue Feb 14, 2025 that may be closed by this pull request
booshja
booshja previously approved these changes Feb 14, 2025
@mattmeyerink mattmeyerink merged commit 9b86a30 into smartsheet:mainline Feb 18, 2025
5 checks passed
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.

Convert index.js to TypeScript
4 participants