Commit af5fbdc v8tenko
committed
1 parent 5af8a74 commit af5fbdc Copy full SHA for af5fbdc
File tree 4 files changed +1537
-4455
lines changed
4 files changed +1537
-4455
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"env" : {
3
3
"test" : {
4
- "plugins" : [
5
- "@babel/plugin-transform-modules-commonjs"
6
- ]
4
+ "plugins" : [ "@babel/plugin-transform-modules-commonjs" ]
7
5
}
8
6
} ,
9
7
"presets" : [
10
8
[
11
- "@babel/env " ,
9
+ "@diplodoc/babel-preset " ,
12
10
{
13
- "loose" : true ,
14
- "modules" : false ,
15
- "exclude" : [ "transform-typeof-symbol" ]
11
+ "env" : {
12
+ "loose" : true ,
13
+ "modules" : false ,
14
+ "exclude" : [ "transform-typeof-symbol" ]
15
+ } ,
16
+ "typescript" : true
16
17
}
17
18
]
18
19
] ,
19
- "plugins" : [
20
- "@babel/plugin-proposal-object-rest-spread"
21
- ]
22
- }
20
+ "plugins" : [ "@babel/plugin-proposal-object-rest-spread" ]
21
+ }
Original file line number Diff line number Diff line change 19
19
"project": ["./tsconfig.transform.json", "./tsconfig.json"]
20
20
}
21
21
}
22
- ],
23
- "settings": {
24
- "react": {
25
- "version": "detect"
26
- }
27
- }
22
+ ]
28
23
}
You can’t perform that action at this time.
0 commit comments