mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-20 10:02:23 -06:00
16 lines
213 B
JSON
16 lines
213 B
JSON
{
|
|
"sourceType": "unambiguous",
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"chrome": 100
|
|
}
|
|
}
|
|
],
|
|
"@babel/preset-typescript"
|
|
],
|
|
"plugins": []
|
|
}
|