server-esm: Configure for dynamic imports

This commit is contained in:
Elian Doran 2024-07-18 23:23:23 +03:00
parent 4f018c8ceb
commit 6de1291efa
No known key found for this signature in database

View File

@ -1,8 +1,8 @@
{ {
"compilerOptions": { "compilerOptions": {
"moduleResolution": "Bundler", "moduleResolution": "Bundler",
"module": "ES2015", "module": "ES2022",
"target": "ES2018", "target": "ES2020",
"declaration": false, "declaration": false,
"sourceMap": true, "sourceMap": true,
"outDir": "./build", "outDir": "./build",