Files
payload/packages/richtext-lexical/tsconfig.json
Germán Jabloñski 09ada20ce8 chore(richtext-lexical): fix unchecked indexed access, make richtext-lexical full ts strict (part 5/5) (#11132)
This PR concludes the series to make `richtext-lexical` full strict in
TypeScript 🥳
2025-02-12 12:28:28 +00:00

10 lines
183 B
JSON

{
"extends": "../../tsconfig.base.json",
"references": [
{ "path": "../payload" },
{ "path": "../translations" },
{ "path": "../ui" },
{ "path": "../next" }
]
}