Skip to content

Commit

Permalink
🐛 fix: fix config error
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Aug 22, 2023
1 parent eba16ab commit 25fbd18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@
"repository": "https://github.com/lobehub/chat-plugins-gateway.git",
"author": "LobeHub <[email protected]>",
"sideEffects": false,
"main": "lib/index.js",
"types": "lib/index.d.ts",
"main": "dsit/index.js",
"types": "dsit/index.d.ts",
"files": [
"lib"
"dsit"
],
"scripts": {
"build": "father build",
"ci": "npm run lint && npm run type-check",
"dev": "father dev",
"doctor": "father doctor",
"lint": "npm run lint:js && npm run lint:prettier",
"lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx ",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"noImplicitReturns": true,
"noUnusedLocals": true,
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"strict": true
},
"include": ["types", "api", "src"]
Expand Down

0 comments on commit 25fbd18

Please sign in to comment.