Files
maestro/tsconfig.build.json
T
2022-11-10 09:46:22 -03:00

5 lines
115 B
JSON

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