Skip to content

Commit

Permalink
Disabled strict lint vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalnomad91 committed Dec 20, 2024
1 parent eacf75c commit c1df359
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
"dom.iterable",
"esnext"
],
"noUnusedLocals": false,
"noUnusedParameters": false,
"strict": false,
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
Expand Down Expand Up @@ -37,4 +39,4 @@
"exclude": [
"node_modules"
]
}
}

0 comments on commit c1df359

Please sign in to comment.