mirror of
https://github.com/krisk/Fuse.git
synced 2026-01-25 16:43:11 +00:00
8 lines
181 B
JSON
8 lines
181 B
JSON
{
|
|
"presets": ["@babel/preset-env", "@babel/preset-typescript"],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-object-rest-spread",
|
|
"@babel/plugin-syntax-import-assertions"
|
|
]
|
|
}
|