mtcute/.config/tsconfig.build.json

7 lines
115 B
JSON

{
"extends": "../tsconfig.json",
"exclude": [
"**/*.test.ts",
"**/*.test-utils.ts"
]
}