Files
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

11 lines
228 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "build"
},
"include": ["./src/**/*"],
"exclude": ["./**/__tests__/**/*"],
"references": [{"path": "../jest-regex-util"}]
}