pnpm tidy up (#33744)
* Fix tsconfig paths * Tidy pnpm patches * Fix pnpm-link.ts for devEngines specification
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"include": [
|
||||
"**/*.ts",
|
||||
"../src/@types/matrix-js-sdk.d.ts",
|
||||
"../../../node_modules/matrix-js-sdk/src/@types/*.d.ts",
|
||||
"../../../node_modules/matrix-js-sdk/node_modules/@matrix-org/olm/index.d.ts"
|
||||
"../node_modules/matrix-js-sdk/src/@types/*.d.ts",
|
||||
"../node_modules/matrix-js-sdk/node_modules/@matrix-org/olm/index.d.ts"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -18,12 +18,11 @@
|
||||
"strict": true,
|
||||
"types": ["node", "modernizr"],
|
||||
"paths": {
|
||||
"jest-matrix-react": ["./test/test-utils/jest-matrix-react"],
|
||||
"rollup/parseAst": ["../../node_modules/rollup/dist/parseAst"]
|
||||
"jest-matrix-react": ["./test/test-utils/jest-matrix-react"]
|
||||
}
|
||||
},
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user