| 12345678910111213141516171819 | 
							- {
 
-   "presets": [
 
-     "@babel/preset-env",
 
-     "@babel/typescript"
 
-   ],
 
-   "env": {
 
-     "production": {
 
-       "presets": [
 
-         "minify"
 
-       ]
 
-     }
 
-   },
 
-   "plugins": [
 
-     "@babel/plugin-proposal-nullish-coalescing-operator",
 
-     "@babel/plugin-proposal-optional-chaining",
 
-     ["@babel/plugin-transform-runtime"],
 
-   ],
 
- }
 
 
  |