streamflix-api / tsconfig.build.json
Akshar2325
feat(auth): implement user authentication module with JWT support
4acc19f
Raw
History Blame
97 Bytes
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}