mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-29 04:35:32 +08:00
13 lines
172 B
Plaintext
13 lines
172 B
Plaintext
{
|
|
"presets": ["next/babel"],
|
|
"plugins": [
|
|
[
|
|
"import",
|
|
{
|
|
"libraryName": "@geist-ui/react",
|
|
"libraryDirectory": "esm"
|
|
}
|
|
]
|
|
]
|
|
}
|