Skip to content

Commit

Permalink
fix(ts): pnpm build cannot find lib/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Aug 31, 2024
1 parent ae1639f commit 511bd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/ts/{{cookiecutter.project_slug}}/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"strict": true,
"skipLibCheck": true
},
"exclude": ["node_modules", "**/*.test.ts"]
"exclude": ["node_modules", "**/*.test.ts", "commitlint.config.ts"]
}

0 comments on commit 511bd4b

Please sign in to comment.