diff --git a/tsconfig.json b/tsconfig.json index 10d7fc706..b0bbd948b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,10 @@ { "compilerOptions": { - "module": "commonjs", + "module": "nodenext", + "moduleResolution": "nodenext", + "resolvePackageJsonExports": true, + "esModuleInterop": true, + "isolatedModules": true, "declaration": true, "removeComments": true, "emitDecoratorMetadata": true,