UNPKG

334 BJSONView Raw
1{
2 "compilerOptions": {
3 "outDir": "bin",
4 "rootDir": "src"
5 },
6 "exclude": [
7 "node_modules",
8 "specs"
9 ],
10 "extends": "../../tsconfig.settings.json",
11 "include": [
12 "src/**/*.ts"
13 ],
14 "references": [
15 {
16 "path": "../../packages/media-cli"
17 },
18 {
19 "path": "../../packages/radarr"
20 }
21 ]
22}
\No newline at end of file