From 34354ab4227699c7bdf2821ba193f80a41e7469f Mon Sep 17 00:00:00 2001 From: ota-meshi Date: Thu, 14 Sep 2023 19:07:01 +0900 Subject: [PATCH] chore: use skipLibCheck --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 189d89e2..e4397962 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -33,7 +33,9 @@ "sourceRoot": "src", "strict": true, "strictNullChecks": true, - "target": "es2015" + "target": "es2015", + + "skipLibCheck": true, }, "include": ["src/**/*.ts"] }