Fixup paths

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2026-02-24 21:27:03 +00:00
parent 848f664fc3
commit b8509d249b
16 changed files with 88 additions and 71 deletions
+2 -2
View File
@@ -18,11 +18,11 @@
"strict": true,
"paths": {
"jest-matrix-react": ["./test/test-utils/jest-matrix-react"],
"rollup/parseAst": ["./node_modules/rollup/dist/parseAst"]
"rollup/parseAst": ["../../node_modules/rollup/dist/parseAst"]
}
},
"include": [
"./node_modules/matrix-js-sdk/src/@types/*.d.ts",
"../../node_modules/matrix-js-sdk/src/@types/*.d.ts",
"./src/**/*.ts",
"./src/**/*.tsx",
"./test/**/*.ts",