"AI" for Screeps in TypeScript.
Install Node.js with n to not depend on the system's Node.js:
n "$(cat .node-version)"
Spacemacs and the TypeScript layer:
- Compiler:
npm install -g typescript
- Linting:
npm install -g tslint
- Formatter:
npm install -g typescript-formatter