chore(admin-bar): enable TypeScript strict (#11834)
Looks like this one was bug-free! I don't know why strict was disabled
This commit is contained in:
@@ -1,9 +1,4 @@
|
|||||||
{
|
{
|
||||||
"extends": "../../tsconfig.base.json",
|
"extends": "../../tsconfig.base.json",
|
||||||
"compilerOptions": {
|
|
||||||
/* TODO: remove the following lines */
|
|
||||||
"strict": false,
|
|
||||||
"noUncheckedIndexedAccess": false,
|
|
||||||
},
|
|
||||||
"references": [{ "path": "../payload" }]
|
"references": [{ "path": "../payload" }]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user