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": {
"moduleResolution": "Bundler",
"module": "ES2015",
"target": "ES2018",
"module": "ES2022",
"target": "ES2020",
"declaration": false,
"sourceMap": true,
"outDir": "./build",