Skip to content

Commit 295f960

Browse files
committed
Fix tsconfig settings
1 parent 016c836 commit 295f960

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/koa/tsconfig.base.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"forceConsistentCasingInFileNames": true,
99
"strict": true,
1010
"skipLibCheck": true,
11-
"noImplicitAny": true,
12-
"rootDir": "."
11+
"noImplicitAny": true
1312
},
1413
"include": ["./src"],
1514
"exclude": ["./src/tests"]

packages/koa/tsconfig.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)