1+ {
2+ "sourceType" : " unambiguous" ,
3+ "presets" : [
4+ [
5+ " @babel/preset-env" ,
6+ {
7+ "shippedProposals" : true ,
8+ "loose" : true
9+ }
10+ ],
11+ " @babel/preset-typescript"
12+ ],
13+ "plugins" : [
14+ " @babel/plugin-transform-shorthand-properties" ,
15+ " @babel/plugin-transform-block-scoping" ,
16+ [
17+ " @babel/plugin-proposal-decorators" ,
18+ {
19+ "legacy" : true
20+ }
21+ ],
22+ [
23+ " @babel/plugin-proposal-class-properties" ,
24+ {
25+ "loose" : true
26+ }
27+ ],
28+ [
29+ " @babel/plugin-proposal-private-methods" ,
30+ {
31+ "loose" : true
32+ }
33+ ],
34+ " @babel/plugin-proposal-export-default-from" ,
35+ " @babel/plugin-syntax-dynamic-import" ,
36+ [
37+ " @babel/plugin-proposal-object-rest-spread" ,
38+ {
39+ "loose" : true ,
40+ "useBuiltIns" : true
41+ }
42+ ],
43+ " @babel/plugin-transform-classes" ,
44+ " @babel/plugin-transform-arrow-functions" ,
45+ " @babel/plugin-transform-parameters" ,
46+ " @babel/plugin-transform-destructuring" ,
47+ " @babel/plugin-transform-spread" ,
48+ " @babel/plugin-transform-for-of" ,
49+ " babel-plugin-macros" ,
50+ " @babel/plugin-proposal-optional-chaining" ,
51+ " @babel/plugin-proposal-nullish-coalescing-operator" ,
52+ [
53+ " babel-plugin-polyfill-corejs3" ,
54+ {
55+ "method" : " usage-global" ,
56+ "absoluteImports" : " core-js" ,
57+ "version" : " 3.21.0"
58+ }
59+ ]
60+ ]
61+ }
0 commit comments