You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 3, 2024. It is now read-only.
I'm asking because I want to contribute. Is tackling the ts errors a good first issue? I would start by installing typescript, setting up a package.json, creating node_modules, blah blah blah. If you don't want to go down that route, but want types, an alternative might be to just write the sys calls in js, and use DefinitelyTyped or similar.
Also, running the ./build.sh in the directory results in
> error: Could not resolve "src/web/playsys.ts"
1 error
Hey!
I noticed a bunch of type errors in
playsys.ts. There also isn't a tsconfig.json. Are you using Typescript through Visual Studio, rather than npm? Are the type errors something that need to be fixed? https://www.typescriptlang.org/docs/handbook/typescript-tooling-in-5-minutes.htmlI'm asking because I want to contribute. Is tackling the ts errors a good first issue? I would start by installing typescript, setting up a package.json, creating node_modules, blah blah blah. If you don't want to go down that route, but want types, an alternative might be to just write the sys calls in js, and use DefinitelyTyped or similar.
Also, running the
./build.shin the directory results in