mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 11:18:39 +00:00
This allows using ES6 syntax in our code, while maintaining backwards compatibility for the generated file.
7 lines
82 B
Plaintext
7 lines
82 B
Plaintext
{
|
|
"presets": ["es2015"],
|
|
"plugins": [
|
|
"transform-runtime"
|
|
]
|
|
}
|