Files
lexical/tsconfig.build.json
John Flockton 8c4e9ddf5b Migrate lexical-react to TypeScript (7/n) (#2211)
* 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
2022-05-20 16:57:10 +01:00

10 lines
188 B
JSON

{
"include": ["packages/**/*"],
"exclude": [
"node_modules/**/*",
"packages/lexical-playground/**/*",
"packages/playwright-core/**/*"
],
"extends": "./tsconfig.json"
}