Rename notebook-markdown-extension to markdown-math

This makes it more clear what this extension is contributing
This commit is contained in:
Matt Bierner
2021-06-07 16:57:31 -07:00
parent 4bafa5d723
commit 34f0fcaf52
15 changed files with 11 additions and 11 deletions

View File

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