From 98e8af75e97e7e857f9ead698d27d7698366e15e Mon Sep 17 00:00:00 2001 From: Jesse Katsumata Date: Tue, 17 Sep 2024 12:48:03 +0900 Subject: [PATCH] fix: type --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f38da29..cbb8662 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,8 @@ "declaration": true, /* Strict Type-Checking Options */ "strict": true /* Enable all strict type-checking options. */, - "esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */ + "esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */, + "skipLibCheck": true /* Skip type checking all .d.ts files. */ }, "exclude": ["example", "dist"], "include": ["src"]