diff --git a/tsconfig.json b/tsconfig.json index 2cad54d..b66c7bd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,6 +19,6 @@ "noFallthroughCasesInSwitch": true, "allowSyntheticDefaultImports": true }, - "include": ["src/**/*"], - "exclude": ["node_modules", "dist", "src/lexicon/**", "tests/**/*"] + "include": ["src/**/*", "tests/**/*"], + "exclude": ["node_modules", "dist", "src/lexicon/**"] }