urbit/pkg/interface/.babelrc

14 lines
175 B
Plaintext
Raw Normal View History

{
"plugins": [
[
"babel-plugin-root-import",
{
"paths": [
{
"rootPathSuffix": "./src"
}
]
}
]
]
}