mirror of
https://github.com/sct/overseerr.git
synced 2025-12-25 08:14:29 +01:00
10 lines
161 B
JSON
10 lines
161 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"outDir": "../dist",
|
|
"noEmit": false
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|