Skip to content

Commit 7b6daa3

Browse files
authored
Update tsconfig.json
1 parent ca425ef commit 7b6daa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/module-types/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"moduleTypes": {
55
"webpack.config.ts": "cjs",
66
// Test that subsequent patterns override earlier ones
7+
"src/cjs-subdir/**/*": "esm",
78
"src/cjs-subdir": "cjs",
89
"src/cjs-subdir/esm-exception": "esm"
910
}

0 commit comments

Comments
 (0)