mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
10 lines
161 B
JSON
10 lines
161 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"outDir": "../dist",
|
|
"noEmit": false
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|