14 lines
292 B
JSON
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" }
|
|
]
|
|
}
|