atlilith/@platform/codebase/@features/sso/backend-api/tsconfig.build.json

5 lines
121 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "dist", "test", "**/*.spec.ts", "**/*.test.ts", "e2e"]
}