diff --git a/package.json b/package.json index 5d162b1..1a24480 100644 --- a/package.json +++ b/package.json @@ -27,9 +27,10 @@ "homepage": "https://github.com/screepers/screeps-typescript-starter#readme", "devDependencies": { "@types/lodash": "^3.10.1", + "@types/node": "^10.5.5", "@types/screeps": "^2.4.0", "prettier": "^1.14.0", - "rollup": "^0.57.1", + "rollup": "^0.63.4", "rollup-plugin-clear": "^2.0.7", "rollup-plugin-commonjs": "^9.1.4", "rollup-plugin-node-resolve": "^3.3.0", diff --git a/src/types.d.ts b/src/types.d.ts index 1a10316..8849c13 100644 --- a/src/types.d.ts +++ b/src/types.d.ts @@ -1,5 +1 @@ -// type shim for nodejs' `require()` syntax -// for stricter node.js typings, remove this and install `@types/node` -declare const require: (module: string) => any; - // add your custom typings here