Skip to content

Commit fc25db7

Browse files
committed
Revert "fix(ts): remove conflicting NodeNext module resolution from root tsconfig"
This reverts commit 09758aa.
1 parent ebcdcd0 commit fc25db7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

frontend/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@
1010
{
1111
"path": "./tsconfig.vitest.json"
1212
}
13-
]
13+
],
14+
"compilerOptions": {
15+
"module": "NodeNext"
16+
}
1417
}

0 commit comments

Comments
 (0)