Closed Manuzor closed 2 years ago
Hi @Manuzor, thx for the contribution! I’ll look into what’s the deal with the build setup
I’ll look into what’s the deal with the build setup
Thanks! But as said, I'm completely new to TS, so it may just me not having set up things correctly on my end. I've installed tsc
via npm
as a standalone tool and then tried running tsc --project tsconfig.json
on the commandline. This is on windows, btw, with tsc
version 4.7.4. Hope that helps!
A small fix to better support zig syntax.
I have to note that I manually edited the
sublime-color-scheme
files because I was not able to make thebuild.ts
script run on my end. I was getting the following errors:And even after I deleted the
test
directory, it complained that it can't find the module'fs'
and some other dependencies, so I just gave up. I apologize but I'm completely new to TS and I didn't find a guide in the README or a CONTRIB file.