Merge branch 'build-optimisation' of https://github.com/nxbat/discordbot-ng into pr/7

This commit is contained in:
Tarrgon
2026-06-13 18:22:25 -04:00
+3
View File
@@ -3,6 +3,9 @@
"strict": true,
"noUnusedLocals": true,
"noImplicitAny": false,
"target": "esnext",
"module": "es2022",
"moduleResolution": "bundler",
"esModuleInterop": true,
"lib": ["ES2021.String"],