server: Set to bundler / ES2015

pull/241/head
Elian Doran 2024-07-18 21:22:10 +07:00
parent 893a563afb
commit 971c1472a5
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

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