2
0
mirror of https://github.com/thedevs-network/the-guard-bot synced 2025-08-29 05:07:49 +00:00

Strenghten tsconfig

This commit is contained in:
Wojciech Pawlik 2020-05-04 23:41:18 +02:00
parent cf56ef66c5
commit 02fb858e4d
No known key found for this signature in database
GPG Key ID: 7D763FCB7B36ADB5

View File

@ -1,11 +1,7 @@
{
"compilerOptions": {
"allowJs": true,
"module": "CommonJS",
"noImplicitAny": false,
"noEmit": true,
"resolveJsonModule": true,
"strictNullChecks": false,
"strict": true,
"target": "ES2019"
}