Files
payload/packages/plugin-form-builder/tsconfig.json
2025-01-15 10:06:40 +00:00

10 lines
240 B
JSON

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