Skip to content

Commit

Permalink
fix: npm audit failure fix; some tsconfig excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
kentbull committed Feb 7, 2025
1 parent da4f5c3 commit 1067662
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"include": ["src", "types", "test", "examples/integration-scripts"],
"exclude": ["node_modules", "dist"],
"extends": "./tsconfig.node.json",
"compilerOptions": {
"noEmit": true,
Expand Down
1 change: 1 addition & 0 deletions tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"target": "ES2022",
"module": "ES2022",
"lib": ["dom", "esnext"],
"rootDir": ".",
"moduleResolution": "node",
"strict": true,
"skipLibCheck": true,
Expand Down

0 comments on commit 1067662

Please sign in to comment.