Skip to content

Commit 2fd39dd

Browse files
fix: configure ts-node to properly transpile TypeScript parameter properties in tests
1 parent fb553e9 commit 2fd39dd

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,11 @@
2727
],
2828
"exclude": [
2929
"node_modules"
30-
]
30+
],
31+
"ts-node": {
32+
"compilerOptions": {
33+
"module": "CommonJS"
34+
},
35+
"transpileOnly": false
36+
}
3137
}

0 commit comments

Comments
 (0)