Skip to content

Commit

Permalink
Fix tsconfig settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkvon committed Nov 2, 2024
1 parent 016c836 commit 295f960
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions packages/koa/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"noImplicitAny": true,
"rootDir": "."
"noImplicitAny": true
},
"include": ["./src"],
"exclude": ["./src/tests"]
Expand Down
1 change: 0 additions & 1 deletion packages/koa/tsconfig.json

This file was deleted.

0 comments on commit 295f960

Please sign in to comment.