Skip to content

Commit

Permalink
refactor: introduce strict mode in @comet/admin-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelblum committed Jan 28, 2025
1 parent 199bd20 commit 0d1fe3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/admin/admin-icons/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "lib/",
"noEmitOnError": true
"noEmitOnError": true,
"strict": true
},
"include": ["./src"]
}

0 comments on commit 0d1fe3f

Please sign in to comment.