mirror of
https://github.com/nx-bat/discordbot-ng.git
synced 2026-09-22 02:19:09 -04:00
Update tsconfig.json
This commit is contained in:
+3
-4
@@ -1,12 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"noUnusedLocals": true,
|
||||
"noImplicitAny": false,
|
||||
|
||||
"target": "esnext",
|
||||
"module": "es2022",
|
||||
"moduleResolution": "bundler",
|
||||
"strict": true,
|
||||
"noUnusedLocals": true,
|
||||
"noImplicitAny": false,
|
||||
"esModuleInterop": true,
|
||||
"lib": ["ES2021.String"],
|
||||
"skipLibCheck": true,
|
||||
|
||||
Reference in New Issue
Block a user