Fix i18n type checking
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
"jsx": "react-jsx",
|
||||
/* Linting */
|
||||
"strict": true,
|
||||
"strictNullChecks": true,
|
||||
"noUnusedLocals": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"noFallthroughCasesInSwitch": true
|
||||
@@ -34,7 +35,7 @@
|
||||
"include": [
|
||||
"src"
|
||||
],
|
||||
"exclude": ["**/node_modules", "**/.*/"],
|
||||
"exclude": ["**/node_modules"],
|
||||
"references": [
|
||||
{
|
||||
"path": "./tsconfig.node.json"
|
||||
|
||||
Reference in New Issue
Block a user