server: Set to bundler / ES2015

This commit is contained in:
Elian Doran 2024-07-18 21:22:10 +03:00
parent 893a563afb
commit 971c1472a5
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
{
"compilerOptions": {
"moduleResolution": "Node16",
"module": "Node16",
"moduleResolution": "Bundler",
"module": "ES2015",
"target": "ES2018",
"declaration": false,
"sourceMap": true,