15 lines
317 B
JSON
15 lines
317 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
/* TODO: remove the following lines */
|
|
"strict": false,
|
|
"noUncheckedIndexedAccess": false,
|
|
},
|
|
"references": [
|
|
{ "path": "../payload" },
|
|
{ "path": "../ui" },
|
|
{ "path": "../translations" },
|
|
{ "path": "../graphql" }
|
|
]
|
|
}
|