2024-01-21 14:13:07 -06:00
|
|
|
{
|
|
|
|
"presets": [
|
|
|
|
"@babel/preset-env",
|
|
|
|
"@babel/preset-react",
|
|
|
|
"@babel/preset-typescript"
|
|
|
|
],
|
|
|
|
"plugins": [
|
|
|
|
"@babel/plugin-transform-runtime",
|
2024-01-21 19:53:44 -06:00
|
|
|
"macros",
|
|
|
|
["module-resolver", {
|
|
|
|
"root": ["./"],
|
|
|
|
"alias": {
|
|
|
|
"library-template": "./src/components"
|
|
|
|
}
|
|
|
|
}]
|
2024-01-21 14:13:07 -06:00
|
|
|
]
|
|
|
|
}
|