Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Jan 23, 2024
1 parent 58059d1 commit 7f04345
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"declaration": true,
"jsx": "react",
"lib": ["es2021", "dom", "dom.iterable"],
"strict": true
"strict": true,
},
"include": [
"./node_modules/matrix-js-sdk/src/@types/*.d.ts",
Expand All @@ -26,12 +26,12 @@
"./src/**/*.tsx",
"./test/**/*.ts",
"./test/**/*.tsx",
"./scripts/*.ts"
"./scripts/*.ts",
],
"ts-node": {
"files": true,
"moduleTypes": {
"*": "cjs"
}
}
"*": "cjs",
},
},
}

0 comments on commit 7f04345

Please sign in to comment.