mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 16:39:33 +08:00
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:
@ -5,6 +5,6 @@
|
||||
"packages/lexical-dragon/**/*",
|
||||
"packages/lexical-history/**/*"
|
||||
],
|
||||
"exclude": ["packages/lexical-playground/**/*"],
|
||||
"exclude": ["node_modules/**/*", "packages/lexical-playground/**/*"],
|
||||
"extends": "./tsconfig.json"
|
||||
}
|
||||
|
Reference in New Issue
Block a user