Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Jun 25, 2021
1 parent ca425ef commit 7b6daa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/module-types/tsconfig.json
Expand Up @@ -4,6 +4,7 @@
"moduleTypes": {
"webpack.config.ts": "cjs",
// Test that subsequent patterns override earlier ones
"src/cjs-subdir/**/*": "esm",
"src/cjs-subdir": "cjs",
"src/cjs-subdir/esm-exception": "esm"
}
Expand Down

0 comments on commit 7b6daa3

Please sign in to comment.