Files
payload/packages/richtext-lexical/tsconfig.json
2025-01-15 10:06:40 +00:00

14 lines
292 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
/* TODO: remove the following lines */
"noUncheckedIndexedAccess": false
},
"references": [
{ "path": "../payload" },
{ "path": "../translations" },
{ "path": "../ui" },
{ "path": "../next" }
]
}