mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00

* 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
11 lines
256 B
JSON
11 lines
256 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["*"],
|
|
"references": [
|
|
{ "path": "../components" },
|
|
{ "path": "../lib" },
|
|
{ "path": "../domlib" },
|
|
{ "path": "../sveltelib" },
|
|
{ "path": "../mathjax" }
|
|
]
|
|
}
|