Files

10 lines
174 B
JSON
Raw Permalink Normal View History

2026-06-01 08:35:00 +02:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"paths": {
"@trawl/types": ["../types/src/index.ts"]
}
},
"include": ["src", "../types/src"]
}