diff --git a/tsconfig.json b/tsconfig.json index 0483e20f..8f7942c7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,5 +10,5 @@ "esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */ "resolveJsonModule": true, /* Allows importing modules with a '.json' extension, which is a common practice in node projects. */ }, - "exclude": ["__tests__", "lib", "node_modules"] + "exclude": ["__tests__", "lib", "node_modules"] }