feat(config): update dev dependencies and fix tsconfig

This commit is contained in:
Anthony 2022-08-22 22:57:37 +01:00
parent e0f1bb6853
commit b567559438
3 changed files with 5 additions and 3 deletions

4
package-lock.json generated
View File

@ -14,7 +14,6 @@
"@sapphire/plugin-scheduled-tasks": "^4.0.0",
"@sapphire/plugin-subcommands": "^3.0.0",
"@sapphire/stopwatch": "^1.4.1",
"@sapphire/ts-config": "^3.3.4",
"@sapphire/utilities": "^3.9.2",
"@types/node": "^18.0.3",
"bullmq": "^1.89.1",
@ -26,6 +25,7 @@
"typescript": "^4.7.4"
},
"devDependencies": {
"@sapphire/ts-config": "^3.3.4",
"@types/ioredis": "^4.28.10",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
@ -460,6 +460,7 @@
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/@sapphire/ts-config/-/ts-config-3.3.4.tgz",
"integrity": "sha512-mWEUxCXh3cHKI7C8HJ049exVTMNaq+A/lJEDfM5ENSQ/OOZHd5DdmXn2jrYqFWbTRCHa0Vp2FAmACWBwePsBtg==",
"dev": true,
"dependencies": {
"tslib": "^2.3.1",
"typescript": "^4.6.3"
@ -3607,6 +3608,7 @@
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/@sapphire/ts-config/-/ts-config-3.3.4.tgz",
"integrity": "sha512-mWEUxCXh3cHKI7C8HJ049exVTMNaq+A/lJEDfM5ENSQ/OOZHd5DdmXn2jrYqFWbTRCHa0Vp2FAmACWBwePsBtg==",
"dev": true,
"requires": {
"tslib": "^2.3.1",
"typescript": "^4.6.3"

View File

@ -31,7 +31,6 @@
"@sapphire/plugin-scheduled-tasks": "^4.0.0",
"@sapphire/plugin-subcommands": "^3.0.0",
"@sapphire/stopwatch": "^1.4.1",
"@sapphire/ts-config": "^3.3.4",
"@sapphire/utilities": "^3.9.2",
"@types/node": "^18.0.3",
"bullmq": "^1.89.1",
@ -43,6 +42,7 @@
"typescript": "^4.7.4"
},
"devDependencies": {
"@sapphire/ts-config": "^3.3.4",
"@types/ioredis": "^4.28.10",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",

View File

@ -101,7 +101,7 @@
/* Completeness */
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
// "skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"include": ["src"]
}