mirror of
https://github.com/seerr-team/seerr.git
synced 2026-03-09 10:40:14 -04:00
9 lines
131 B
JSON
9 lines
131 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"outDir": "dist",
|
|
"noEmit": false
|
|
}
|
|
}
|