We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
noImplicitUseStrict
2 parents f796cd4 + 6e856dd commit d0763d9Copy full SHA for d0763d9
tox.ini
@@ -10,17 +10,20 @@ commands =
10
npm install
11
npm install -D @types/react@^16.0.0
12
npm test
13
+ npm run build
14
15
[testenv:rc17]
16
allowlist_externals = npm
17
commands =
18
19
npm install -D @types/react@^17.0.0
20
21
22
23
[testenv:rc18]
24
25
26
27
npm install -D @types/react@^18.0.0
28
29
tsconfig.json
@@ -3,7 +3,6 @@
3
"noImplicitAny": true,
4
"noUnusedLocals": true,
5
"noUnusedParameters": true,
6
- "noImplicitUseStrict": true,
7
"strictNullChecks": true,
8
"module": "esnext",
9
"moduleResolution": "node",
0 commit comments