Files

15 lines
211 B
Plaintext
Raw Permalink Normal View History

2025-07-20 07:00:47 +00:00
{
"plugins": [
"@babel/plugin-proposal-class-properties"
],
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "12"
}
}
]
]
2024-06-27 01:20:37 +08:00
}