plex-websocket
Version:
Read [Github](https://github.com/Forbidden-Duck/plex-websocket) README, in case of unpublished changes # Plex-Websocket A tool to allow JavaScript and Typescript users to aquire the full power of [plex-api](https://github.com/phillipj/node-plex-api) wit
32 lines • 747 B
JSON
{
"compilerOptions": {
"baseUrl": "",
"target": "ES5",
"module": "CommonJS",
"strict": true,
"allowJs": true,
"checkJs": true,
"noImplicitAny": true,
"strictNullChecks": true,
"noImplicitThis": true,
"alwaysStrict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"moduleResolution": "Node",
"lib": [
"ES6",
"ES5"
],
"paths": {
"*": [
"*",
"./@types/*"
]
}
},
"files": [
"index.d.ts"
]
}