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

Use typescript to build #33

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

Loon8128
Copy link
Contributor

npm run build now outputs ./out/main.js which is the only file - apart from libraries - that needs to be included.

Note that this would require an actions script to deploy now, rather than just using pages default script (but it can be done; I've set it up before).

This also doesn't port anything to use typescript, it just makes it available.

Mostly this involved putting `// @ts-ignore` in various places in BC code.
A number of shim functions were added, since they are called form BC in some form or another.
This required very few changes to KD code.
@Loon8128 Loon8128 mentioned this pull request Mar 29, 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

Successfully merging this pull request may close these issues.

1 participant