Rename markdown math extension to notebook-markdown-extensions

We will use this to experiment with different types of extensions, not just math
This commit is contained in:
Matt Bierner
2021-02-22 16:07:36 -08:00
parent 6a6b9a5cc8
commit 6a9f8ac758
12 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
{
"extends": "../../shared.tsconfig.json",
"compilerOptions": {
"outDir": "./dist/",
"jsx": "react",
"lib": [
"es2018",
"DOM",
"DOM.Iterable"
]
}
}