mirror of
https://github.com/sct/overseerr.git
synced 2025-12-27 00:34:56 +01:00
9 lines
131 B
JSON
9 lines
131 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"outDir": "dist",
|
|
"noEmit": false
|
|
}
|
|
}
|