Skip to content

Commit 3c0fb20

Browse files
committed
Fix for babel.config.js:1:1 - error TS1208: Cannot compile namespaces when the '--isolatedModules' flag is provided.
1 parent be099fa commit 3c0fb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"strict": true,
1212
"target": "esnext"
1313
},
14-
"exclude": ["node_modules"]
14+
"exclude": ["node_modules", "babel.config.js"]
1515
}

0 commit comments

Comments
 (0)