mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 05:46:16 +00:00
13 lines
239 B
JSON
Executable File
13 lines
239 B
JSON
Executable File
{
|
|
"extends": "../../tsconfig.packages.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"rootDir": "./src",
|
|
"outDir": "dist",
|
|
"module": "ESNext",
|
|
"composite": true,
|
|
"noEmit": false
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|