Skip to content

Commit

Permalink
fix: ts error message
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre committed Feb 13, 2024
1 parent 3255567 commit 30b28b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
"compilerOptions": {
"noEmit": true
},
"references": [
{"path": ".."}
]
"references": [{ "path": ".." }]
}
5 changes: 2 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
"rootDir": "src",
"strict": true,
"target": "es2019",
"composite": true,
"useUnknownInCatchVariables": false
},
"include": [
"src/**/*"
]
"include": ["src/**/*"]
}

0 comments on commit 30b28b8

Please sign in to comment.