mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-10 07:28:01 -05:00
16 lines
212 B
JSON
16 lines
212 B
JSON
{
|
|
"presets": [
|
|
"@babel/preset-typescript",
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"useBuiltIns": "usage",
|
|
"corejs": "3.12"
|
|
}
|
|
]
|
|
],
|
|
"ignore":[
|
|
"node_modules/core-js"
|
|
]
|
|
}
|