Add typings

This commit is contained in:
Ethan Lane 2021-11-25 18:32:58 +00:00
parent 7c85aec971
commit acde8b0ccf
Signed by: Vylpes
GPG key ID: EED233CC06D12504

View file

@ -2,12 +2,13 @@
"name": "vylbot-core", "name": "vylbot-core",
"version": "2.0.1", "version": "2.0.1",
"description": "A discord client based upon discord.js", "description": "A discord client based upon discord.js",
"main": "./src/index", "main": "./dist/index",
"typings": "./dist",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"test": "jest", "test": "jest",
"test:coverage": "jest --coverage", "lint": "eslint .",
"lint": "eslint ." "publish": "np"
}, },
"author": "Vylpes", "author": "Vylpes",
"license": "MIT", "license": "MIT",