Skip to content

Commit 34caff3

Browse files
authored
Revert "fix(create): use bundler module resolution in monorepo template (voidzero-dev#1065)" (voidzero-dev#1111)
This reverts commit 4bc95a0. sxzz/tsdown-templates#14 tsdown's vite-plus template will set moduleResolution to nodenext
1 parent fc9bf49 commit 34caff3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cli/templates/monorepo/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"noEmit": true,
4-
"module": "preserve",
5-
"moduleResolution": "bundler",
4+
"module": "nodenext",
5+
"moduleResolution": "nodenext",
66
"allowImportingTsExtensions": true,
77
"esModuleInterop": true
88
}

0 commit comments

Comments
 (0)