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:
parent
cf56ef66c5
commit
02fb858e4d
@ -1,11 +1,7 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"allowJs": true,
|
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"noImplicitAny": false,
|
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
"resolveJsonModule": true,
|
|
||||||
"strictNullChecks": false,
|
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"target": "ES2019"
|
"target": "ES2019"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user