Files

6 lines
161 B
JSON
Raw Permalink Normal View History

2026-08-19 16:29:17 +05:30
{
"extends": "./tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "coverage", "tests/**/*", "scripts/**/*", "prisma/**/*.ts"]
}