mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-27 00:01:19 +00:00
Move output directory to lib
This commit is contained in:
parent
858eab8877
commit
fa8d63b2f3
@ -1,3 +1,4 @@
|
||||
dist
|
||||
generated-client
|
||||
lib
|
||||
node_modules
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
coverage
|
||||
dist
|
||||
lib
|
||||
node_modules
|
||||
|
@ -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",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"target": "ES5",
|
||||
"declaration": true,
|
||||
"noImplicitAny": true,
|
||||
"outDir": "dist"
|
||||
"outDir": "lib"
|
||||
},
|
||||
"typedocOptions": {
|
||||
"entryPoints": [
|
||||
|
Loading…
Reference in New Issue
Block a user