Fix all of the playground type errors (#2116)

* Fix several playground errors

* Fix more types

* Remove ts-ignores

* Small fix

* Small fix

* Small changes

* Remove unnecessary dep

* Add katex types

* Small fix
This commit is contained in:
John Flockton
2022-05-10 13:52:35 +01:00
committed by GitHub
parent 7b886c8dc0
commit f6986cff9f
62 changed files with 467 additions and 3060 deletions

View File

@ -5,6 +5,6 @@
"packages/lexical-dragon/**/*",
"packages/lexical-history/**/*"
],
"exclude": ["packages/lexical-playground/**/*"],
"exclude": ["node_modules/**/*", "packages/lexical-playground/**/*"],
"extends": "./tsconfig.json"
}