18 lines
306 B
Plaintext
18 lines
306 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-env",
|
|
"@babel/preset-react",
|
|
"@babel/preset-typescript"
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-transform-runtime",
|
|
"macros",
|
|
["module-resolver", {
|
|
"root": ["./"],
|
|
"alias": {
|
|
"library-template": "./src/components"
|
|
}
|
|
}]
|
|
]
|
|
}
|