File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 10
10
/tsc-out
11
11
/node_modules
12
12
/_book
13
+ /build /*
13
14
14
15
# TypeScript definitions installed by Typings
15
16
/typings
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ Screeps Typescript Starter is a starting point for a Screeps AI written in Types
6
6
7
7
You will need:
8
8
9
- - [ Node.JS] ( https://nodejs.org/en/download ) (>= 8.0.0 )
10
- - A Package Manager ([ Yarn] ( https://yarnpkg.com/en/docs/getting-started ) or [ npm] ( https://docs.npmjs.com/getting-started/installing-node ) )
11
- - Rollup CLI (Optional, install via ` npm install -g rollup ` )
9
+ - [ Node.JS] ( https://nodejs.org/en/download ) (10.x )
10
+ - A Package Manager ([ Yarn] ( https://yarnpkg.com/en/docs/getting-started ) or [ npm] ( https://docs.npmjs.com/getting-started/installing-node ) )
11
+ - Rollup CLI (Optional, install via ` npm install -g rollup ` )
12
12
13
13
Download the latest source [ here] ( https://github.com/screepers/screeps-typescript-starter/archive/master.zip ) and extract it to a folder.
14
14
You can’t perform that action at this time.
0 commit comments