diff --git a/packages/cli/templates/monorepo/tsconfig.json b/packages/cli/templates/monorepo/tsconfig.json index c785f304a8..78ae1bb1f5 100644 --- a/packages/cli/templates/monorepo/tsconfig.json +++ b/packages/cli/templates/monorepo/tsconfig.json @@ -1,8 +1,8 @@ { "compilerOptions": { "noEmit": true, - "module": "nodenext", - "moduleResolution": "nodenext", + "module": "preserve", + "moduleResolution": "bundler", "allowImportingTsExtensions": true, "esModuleInterop": true }