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:
Germán Jabloñski
2025-03-24 14:31:09 -03:00
committed by GitHub
parent 998181b986
commit 8d374cb57d

View File

@@ -1,9 +1,4 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
/* TODO: remove the following lines */
"strict": false,
"noUncheckedIndexedAccess": false,
},
"references": [{ "path": "../payload" }]
}