|
@@ -12,7 +12,9 @@
|
|
|
|
|
|
"jsxImportSource": "@emotion/react",
|
|
"jsxImportSource": "@emotion/react",
|
|
|
|
|
|
- "strict": false,
|
|
|
|
|
|
+ "strict": true,
|
|
|
|
+ "strictNullChecks": false,
|
|
|
|
+ "noImplicitAny": false,
|
|
/* Stricter than strict */
|
|
/* Stricter than strict */
|
|
"noImplicitReturns": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedParameters": true,
|
|
"noUnusedParameters": true,
|