1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2025-02-14 01:12:39 +01:00

11 lines
153 B
Plaintext

{
"presets": [
["es2015", { "modules": false }]
],
"plugins": [
["transform-react-jsx", {
"pragma": "Jsx.createElement"
}]
]
}