mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-10 13:26:16 +00:00
17 lines
273 B
JSON
17 lines
273 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": true
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "./packages/shared"
|
|
},
|
|
{
|
|
"path": "./packages/api"
|
|
}
|
|
],
|
|
"exclude": ["**/node_modules", "**/dist"]
|
|
}
|