We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc2289 commit e6b4e19Copy full SHA for e6b4e19
lambdas/authorizer/tsconfig.json
@@ -1,7 +1,8 @@
1
{
2
- "extends": "@tsconfig/node22/tsconfig.json",
+ "compilerOptions": {},
3
+ "extends": "../../tsconfig.base.json",
4
"include": [
5
"src/**/*",
6
"jest.config.ts"
7
]
-}
8
+}
0 commit comments