mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
16 lines
294 B
JSON
Executable File
16 lines
294 B
JSON
Executable File
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": true
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "./packages/shared"
|
|
},
|
|
{
|
|
"path": "./packages/api"
|
|
}
|
|
]
|
|
}
|