Skip to content

Commit

Permalink
Remove deprecated noImplicitUseStrict build option (GH-61)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtyomVancyan authored Nov 13, 2024
2 parents f796cd4 + 6e856dd commit d0763d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,20 @@ commands =
npm install
npm install -D @types/react@^16.0.0
npm test
npm run build

[testenv:rc17]
allowlist_externals = npm
commands =
npm install
npm install -D @types/react@^17.0.0
npm test
npm run build

[testenv:rc18]
allowlist_externals = npm
commands =
npm install
npm install -D @types/react@^18.0.0
npm test
npm run build
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"noImplicitAny": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitUseStrict": true,
"strictNullChecks": true,
"module": "esnext",
"moduleResolution": "node",
Expand Down

0 comments on commit d0763d9

Please sign in to comment.