refactor: typescript migration #24

Merged
Anri merged 10 commits from ts-migration into main 2022-07-20 23:01:49 +02:00
Showing only changes of commit d46a48380c - Show all commits

View file

@ -4,8 +4,8 @@
"description": "Bot discord", "description": "Bot discord",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
"main": "tsc && node ./dist/index.js", "main": "npx tsc && node ./dist/index.js",
"debug": "tsnd --respawn ./src/index.ts", "debug": "npx tsnd --respawn ./src/index.ts",
"lint": "npx eslint src" "lint": "npx eslint src"
}, },
"repository": { "repository": {