Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 708ee9e

Browse files
committed
fixes
1 parent 3828ea2 commit 708ee9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/libs/lambda-at-edge/tsconfig.bundle.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"sourceMap": false,
1414
"strict": true,
1515
"allowJs": true,
16-
"resolveJsonModule": true,
17-
"skipLibCheck": true
16+
"resolveJsonModule": true
1817
},
1918
"include": [
2019
"./src/default-handler.ts",

packages/libs/lambda-at-edge/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"outDir": "dist",
1212
"sourceMap": true,
1313
"strict": true,
14-
"allowJs": true
14+
"allowJs": true,
15+
"skipLibCheck": true
1516
},
1617
"exclude": ["node_modules"],
1718
"include": ["**/*.ts"]

0 commit comments

Comments
 (0)