mirror of
https://github.com/germondai/trawl.git
synced 2026-08-17 12:11:23 +02:00
10 lines
174 B
JSON
10 lines
174 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@trawl/types": ["../types/src/index.ts"]
|
|
}
|
|
},
|
|
"include": ["src", "../types/src"]
|
|
}
|