9 lines
253 B
JSON
9 lines
253 B
JSON
{
|
|
"extends": "@repo/typescript-config/buildless.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src"
|
|
},
|
|
"include": ["src", "../../modules/core/src/api/application/mappers/patch-collector.ts"],
|
|
"exclude": ["node_modules", "dist", "**/*.test.ts"]
|
|
}
|