Skip to content

Commit 5ecdeae

Browse files
RobertCraigiestainless-app[bot]
authored andcommitted
chore(internal): fix slow ecosystem test (#1093)
1 parent ee1e450 commit 5ecdeae

File tree

4 files changed

+2478
-2068
lines changed

4 files changed

+2478
-2068
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"presets": ["es2015"]
2+
"presets": [
3+
"@babel/preset-env", // Automatically determines the Babel plugins and polyfills you need based on your target environments
4+
"@babel/preset-typescript" // If you're using TypeScript, this preset will enable TypeScript transformation
5+
],
6+
"plugins": []
37
}

0 commit comments

Comments
 (0)