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"] + } }