Skip to content

Commit 821f130

Browse files
authored
feat: adds TypeScript port of instructional library. (#52)
1 parent 396021a commit 821f130

16 files changed

+5355
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/** @type {import('ts-jest').JestConfigWithTsJest} **/
2+
export default {
3+
testEnvironment: "node",
4+
transform: {
5+
"^.+.tsx?$": ["ts-jest",{}],
6+
},
7+
"moduleNameMapper": {
8+
"^(\\.\\.?\\/.+)\\.js$": "$1",
9+
},
10+
};

0 commit comments

Comments
 (0)