mtcute/tsconfig.build.json

8 lines
115 B
JSON
Raw Normal View History

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