Skip to content

Commit

Permalink
fix: failed build caused by libs in node_modules
Browse files Browse the repository at this point in the history
node_modules/@types/hexo/dist/hexo/index.d.ts:4:22 - error TS2307: Cannot find module 'warehouse' or its corresponding type declarations.
  • Loading branch information
dimaslanjaka committed May 2, 2023
1 parent 68b5eef commit 03fc40d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"sourceMap": true,
"outDir": "dist",
"declaration": true,
"esModuleInterop": true
"esModuleInterop": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true
},
"include": [
"lib/front_matter.ts"
Expand Down

0 comments on commit 03fc40d

Please sign in to comment.