1
0
forked from noxious/server

Reverted tsconfig.json, updated package.json

This commit is contained in:
2025-02-07 01:42:54 +01:00
parent 10fd2064ba
commit cf3b274cd3
2 changed files with 16 additions and 3 deletions

View File

@ -2,9 +2,9 @@
"compilerOptions": {
// Enable latest features
"lib": ["ESNext"],
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "node",
"target": "ESNext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"moduleDetection": "force",
"allowJs": true,
"declaration": true,