9 lines
219 B
JSON
9 lines
219 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
/* TODO: remove the following lines */
|
|
"strict": false,
|
|
},
|
|
"references": [{ "path": "../payload" }, { "path": "../plugin-cloud-storage" }]
|
|
}
|