Move output directory to lib

This commit is contained in:
Bill Thornton 2022-03-15 00:10:08 -04:00
parent 858eab8877
commit fa8d63b2f3
4 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,4 @@
dist
generated-client
lib
node_modules

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
coverage
dist
lib
node_modules

View File

@ -5,8 +5,8 @@
"keywords": [
"jellyfin"
],
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"license": "MPL-2.0",
"repository": {
"type": "git",

View File

@ -4,7 +4,7 @@
"target": "ES5",
"declaration": true,
"noImplicitAny": true,
"outDir": "dist"
"outDir": "lib"
},
"typedocOptions": {
"entryPoints": [