mtcute/.config/tsconfig.build.json

8 lines
121 B
JSON
Raw Normal View History

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