diff --git a/tsconfig.json b/tsconfig.json index 5898cb05d..0d206e511 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,6 @@ { "compilerOptions": { - "moduleResolution": "Bundler", - "module": "ESNext", - "target": "ES2020", + "module": "NodeNext", "declaration": false, "sourceMap": true, "outDir": "./build",