beginners-typescript-tutorial
beginners-typescript-tutorial copied to clipboard
make exercise script work on windows
On Windows, the command prompt will choke when you set and use environment variables like SOLUTION=true, so to fix this I installed the cross-env package, which makes it so you can have a single command without worrying about compatibility issues on different operating systems.