{ "extends": "./tsconfig.json", "include": [ "apps/**/*.ts", "apps/**/*.tsx", "libs/**/*.ts", "libs/**/*.tsx" ], "exclude": [ "node_modules", "dist", "**/dist/**", "**/node_modules/**", "**/*.test.ts", "**/*.spec.ts", "**/test/**", "**/tests/**" ] }