Skip to content

Commit

Permalink
chore(igx): enable back strict true (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata authored Jun 2, 2023
1 parent a1fc0f8 commit 0575ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
@keyframes spin-fade {
0% {
opacity: 0;
tranfsorm: rotate(0);
transform: rotate(0);
}

100% {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": true,
"strict": false,
"strict": true,
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
Expand Down

0 comments on commit 0575ea7

Please sign in to comment.