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