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

Doesn't work with TypeScript imports #119

Open
ivxvm opened this issue Oct 8, 2022 · 0 comments
Open

Doesn't work with TypeScript imports #119

ivxvm opened this issue Oct 8, 2022 · 0 comments

Comments

@ivxvm
Copy link

ivxvm commented Oct 8, 2022

I'm trying to run the first example, here is what I'm doing:

import sc from "supercolliderjs";

sc.server.boot().then(async (server) => { ...

I get type error:

property 'server' does not exist on type 'typeof import("k:/Code/vcpg/node_modules/supercolliderjs/lib/index")'.ts(2339)
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

1 participant