We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
babel.config.js:1:1 - error TS1208: Cannot compile namespaces when the '--isolatedModules' flag is provided.
1 parent be099fa commit 3c0fb20Copy full SHA for 3c0fb20
tsconfig.json
@@ -11,5 +11,5 @@
11
"strict": true,
12
"target": "esnext"
13
},
14
- "exclude": ["node_modules"]
+ "exclude": ["node_modules", "babel.config.js"]
15
}
0 commit comments