mirror of
https://github.com/maxswa/osrs-json-hiscores.git
synced 2025-10-15 10:19:04 +00:00
Configure typescript
This commit is contained in:
12
package.json
12
package.json
@@ -2,8 +2,14 @@
|
||||
"name": "osrs-json-hiscores",
|
||||
"version": "1.1.3",
|
||||
"description": "The Oldschool Runescape API wrapper that does more!",
|
||||
"main": "hiscores.js",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"files": [
|
||||
"lib/**/*"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "watch 'yarn run build' src",
|
||||
"build": "tsc",
|
||||
"test": "jest"
|
||||
},
|
||||
"repository": {
|
||||
@@ -33,7 +39,9 @@
|
||||
"devDependencies": {
|
||||
"jest": "^24.8.0",
|
||||
"tslint": "^5.17.0",
|
||||
"tslint-config-airbnb": "^5.11.1",
|
||||
"tslint-config-prettier": "^1.18.0",
|
||||
"typescript": "^3.5.2"
|
||||
"typescript": "^3.5.2",
|
||||
"watch": "^1.0.2"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user