1
0
forked from noxious/server

cleaned a bit

This commit is contained in:
2024-05-03 21:44:53 +02:00
parent da78bd0174
commit a766fd8882
5 changed files with 634 additions and 40 deletions

View File

@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"strict": true,
"strict": false,
"esModuleInterop": true,
"outDir": "./dist",
"rootDir": "./src",