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