mirror of
https://github.com/sct/overseerr.git
synced 2025-12-26 00:16:16 +01:00
15 lines
252 B
JSON
15 lines
252 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "commonjs",
|
|
"outDir": "../dist",
|
|
"noEmit": false,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@server/*": ["*"]
|
|
}
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|