swap typed-screeps with @types/screeps

This commit is contained in:
Resi Respati
2017-12-30 09:43:07 +07:00
parent 8818c10634
commit 64c8008c18
2 changed files with 2 additions and 6 deletions

View File

@@ -26,6 +26,7 @@
"homepage": "https://github.com/screepers/screeps-typescript-starter#readme",
"devDependencies": {
"@types/lodash": "^3.10.1",
"@types/screeps": "^2.1.0",
"@types/source-map": "^0.5.2",
"rollup": "^0.51.8",
"rollup-plugin-clean": "^1.0.0",
@@ -34,7 +35,6 @@
"rollup-plugin-screeps": "0.0.1",
"rollup-plugin-typescript2": "^0.8.1",
"tslint": "^5.8.0",
"typed-screeps": "^2.0.0",
"typescript": "^2.6.1"
},
"dependencies": {

View File

@@ -9,11 +9,7 @@
"experimentalDecorators": true,
"noImplicitReturns": true,
"allowSyntheticDefaultImports": true,
"allowUnreachableCode": false,
"types": [
"lodash",
"typed-screeps"
]
"allowUnreachableCode": false
},
"exclude": [
"node_modules"