mtcute/.config/tsconfig.build.json

9 lines
136 B
JSON
Raw Normal View History

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