From 6f2e95bfc532be354afefea99779f2f1ef4c1e09 Mon Sep 17 00:00:00 2001 From: Ivan Koryakovtsev Date: Fri, 18 Aug 2023 12:12:06 +0100 Subject: [PATCH] chore: fix typescript config --- tsconfig.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 712251a..a2e12e7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,5 @@ "esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */, "skipLibCheck": true, "experimentalDecorators": true - }, - "include": ["src/**/*", "typings.d.ts"], - "exclude": ["build", "node_modules", "stories"] + } }