Make tsc happier

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2026-03-24 15:03:52 +00:00
parent ffb5e1620d
commit 6d21687ca9
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
"esModuleInterop": true,
"moduleResolution": "node",
"module": "es2022",
"allowImportingTsExtensions": true
"allowImportingTsExtensions": true,
"types": ["node"]
},
"include": [
"**/*.ts",
+1
View File
@@ -16,6 +16,7 @@
"jsx": "react",
"lib": ["es2022", "es2024.promise", "dom", "dom.iterable"],
"strict": true,
"types": ["node"],
"paths": {
"jest-matrix-react": ["./test/test-utils/jest-matrix-react"],
"rollup/parseAst": ["../../node_modules/rollup/dist/parseAst"]