modify eslint and tsconfig files to be nonbreaking

Signed-off-by: Paul Schultz <pschultz@pobox.com>
This commit is contained in:
Paul Schultz
2025-04-07 13:06:10 -05:00
parent b01b0d03dd
commit 5aa0d907ac
5 changed files with 11 additions and 8 deletions
+2 -1
View File
@@ -11,6 +11,7 @@
"compilerOptions": {
"outDir": "dist-types",
"rootDir": ".",
"useUnknownInCatchVariables": false
"useUnknownInCatchVariables": false,
"jsx": "react-jsx"
}
}