We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10398b7 commit 59e6182Copy full SHA for 59e6182
.taprc
@@ -4,3 +4,5 @@ allow-incomplete-coverage: false
4
plugin:
5
- "@tapjs/sinon"
6
- "!@tapjs/intercept"
7
+ - "@tapjs/tsx"
8
+ - "!@tapjs/typescript"
package.json
@@ -23,6 +23,7 @@
23
},
24
"devDependencies": {
25
"@tapjs/sinon": "^1.1.18",
26
+ "@tapjs/tsx": "^1.1.19",
27
"@tsconfig/node18": "^18.0.0",
28
"@types/mustache": "^4.0.0",
29
"@types/node": "^18.0.0",
@@ -32,7 +33,7 @@
32
33
"eslint": "^8.0.0",
34
"tap": "^18.7.0",
35
"ts-node": "^10.0.0",
- "typescript": "5.2.2"
36
+ "typescript": "^5.3.3"
37
38
"peerDependencies": {
39
"code-skeleton": "^2.0.0"
0 commit comments