mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
14 lines
175 B
Text
14 lines
175 B
Text
{
|
|
"presets": [
|
|
[
|
|
"@babel/env",
|
|
{
|
|
"targets": {
|
|
"node": 12
|
|
}
|
|
}
|
|
],
|
|
"@babel/typescript"
|
|
],
|
|
"ignore": ["**/*.d.ts"]
|
|
}
|