Skip to content

Commit 8a60e08

Browse files
committed
[Spec 0602] Switch extension tsconfig to bundler module resolution
Change module from Node16 to ESNext with moduleResolution: bundler. Enables cross-package imports from ESM packages like @cluesmith/codev during type-checking. esbuild output unchanged (still CJS).
1 parent 02a32b7 commit 8a60e08

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/codev-vscode/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
3-
"module": "Node16",
3+
"module": "ESNext",
4+
"moduleResolution": "bundler",
45
"target": "ES2022",
56
"lib": [
67
"ES2022"

0 commit comments

Comments
 (0)