Skip to content

Commit 8d374cb

Browse files
authored
chore(admin-bar): enable TypeScript strict (#11834)
Looks like this one was bug-free! I don't know why strict was disabled
1 parent 998181b commit 8d374cb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/admin-bar/tsconfig.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
{
22
"extends": "../../tsconfig.base.json",
3-
"compilerOptions": {
4-
/* TODO: remove the following lines */
5-
"strict": false,
6-
"noUncheckedIndexedAccess": false,
7-
},
83
"references": [{ "path": "../payload" }]
94
}

0 commit comments

Comments
 (0)