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.
1 parent e65f252 commit fe4cd3eCopy full SHA for fe4cd3e
test/e2e/scripts/transpile.js
@@ -13,6 +13,9 @@ function transpile(dir) {
13
presets: [
14
['@babel/preset-env', {
15
modules: false,
16
+ targets: {
17
+ node: true,
18
+ },
19
}],
20
['@babel/preset-typescript', {
21
onlyRemoveTypeImports: true,
tsconfig.json
@@ -17,6 +17,7 @@
"strictNullChecks": true,
"strictFunctionTypes": true,
"removeComments": true,
+ "isolatedModules": true,
"allowSyntheticDefaultImports": true
22
},
23
0 commit comments