anki/ts/mathjax/tsconfig.json
Henrik Giesel 3b8aa97396
Use same config for editor and reviewer Mathjax (#1865)
* Remove custom config and use tex-chtml-full for editor Mathjax

* Add mathjax package in /ts

* Share mathjax config between tex-svg and tex-chtml

* Use "[+]" in Mathjax config again

* Remove mention of MathJaxReady

* Satisfy eslint
2022-05-13 13:23:35 +10:00

6 lines
82 B
JSON

{
"extends": "../tsconfig.json",
"include": ["*"],
"references": []
}