We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7025abf commit 89bde51Copy full SHA for 89bde51
tests/module-types/override-to-cjs/tsconfig-swc.json
@@ -1,15 +1,6 @@
1
{
2
+ "extends": "./tsconfig.json",
3
"ts-node": {
- "swc": true,
4
- "moduleTypes": {
5
- "webpack.config.ts": "cjs",
6
- // Test that subsequent patterns override earlier ones
7
- "src/cjs-subdir/**/*": "esm",
8
- "src/cjs-subdir": "cjs",
9
- "src/cjs-subdir/esm-exception.ts": "esm"
10
- }
11
- },
12
- "compilerOptions": {
13
- "module": "ES2015"
+ "swc": true
14
}
15
tests/module-types/override-to-esm/tsconfig-swc.json
@@ -1,14 +1,6 @@
- "src/esm-subdir/**/*": "cjs",
- "src/esm-subdir": "esm",
- "src/esm-subdir/cjs-exception.ts": "cjs"
- "module": "CommonJS"
0 commit comments