From 237ecda30c8392b8a3f94c78e66b9529dcf44fd0 Mon Sep 17 00:00:00 2001 From: rca Date: Tue, 16 Jul 2024 05:59:29 +0900 Subject: [PATCH] test --- tsconfig.json | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 1c390f0..8b39832 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,7 @@ { "compilerOptions": { "target": "es2017", - "lib": [ - "es2017" - ], + "lib": ["es2017"], "outDir": "./lambda", "module": "commonjs", "moduleResolution": "node", @@ -11,10 +9,9 @@ "esModuleInterop": true, "removeComments": true, "preserveConstEnums": true, - "sourceMap": true + "sourceMap": true, + "skipLibCheck": true }, - "include": ["src/**/*.ts", "src/*.ts"], - "exclude": [ - "node_modules" - ] -} + "include": ["src/**/*.ts"], + "exclude": ["node_modules"] +} \ No newline at end of file