mtcute/.config/tsconfig.build.json

8 lines
115 B
JSON
Raw Normal View History

2023-11-13 13:24:42 +03:00
{
"extends": "../tsconfig.json",
"exclude": [
"**/*.test.ts",
"**/*.test-utils.ts"
]
}