Skip to content

Commit e6b4e19

Browse files
committed
fix tsconfig again
1 parent 1cc2289 commit e6b4e19

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lambdas/authorizer/tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"extends": "@tsconfig/node22/tsconfig.json",
2+
"compilerOptions": {},
3+
"extends": "../../tsconfig.base.json",
34
"include": [
45
"src/**/*",
56
"jest.config.ts"
67
]
7-
}
8+
}

0 commit comments

Comments
 (0)