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 fe8e356 commit 9a5ce28Copy full SHA for 9a5ce28
core/.babelrc
@@ -0,0 +1,22 @@
1
+{
2
+ "env": {
3
+ "cjs": {
4
+ "presets": [
5
+ "@babel/preset-typescript"
6
+ ]
7
+ },
8
+ "esm": {
9
10
+ "@babel/preset-env"
11
+ ],
12
+ "plugins": [
13
+ [
14
+ "babel-plugin-add-import-extension",
15
+ {
16
+ "extension": "js"
17
+ }
18
19
20
21
22
+}
core/package.json
@@ -65,5 +65,8 @@
65
"lcov",
66
"json-summary"
67
]
68
69
+ "devDependencies": {
70
+ "babel-plugin-add-import-extension": "^1.6.0"
71
}
72
0 commit comments