Skip to content

Commit 6b228e5

Browse files
authored
refactor: remove tsconfig.base.json in favor of @tsconfig/node18 (#235)
Removed `tsconfig.base.json` in favor of extending directly from `@tsconfig/node18 `
1 parent 2e3b9d6 commit 6b228e5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

tsconfig.base.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "./tsconfig.base",
2+
"extends": "@tsconfig/node18",
33
"include": ["src"],
44
"exclude": ["src/declarations"],
55
"compilerOptions": {

0 commit comments

Comments
 (0)