mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 16:39:33 +08:00

* Run migration script * Update types * Make build work correctly * Remove double headers * Remove double headers * remove migration script * Remove unncessary new lines * Update types in LexicalNode * Fix small bugs * Fix merge issues * Fix failing tests * Fix build error * Small style change
10 lines
188 B
JSON
10 lines
188 B
JSON
{
|
|
"include": ["packages/**/*"],
|
|
"exclude": [
|
|
"node_modules/**/*",
|
|
"packages/lexical-playground/**/*",
|
|
"packages/playwright-core/**/*"
|
|
],
|
|
"extends": "./tsconfig.json"
|
|
}
|