Skip to content

Commit

Permalink
feat: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
shailesh-sf committed Aug 26, 2024
1 parent 68c6a60 commit 110ea6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"outDir": "lib",
"rootDir": "./src",
"esModuleInterop": true,
"types": ["jest", "node"]
"types": ["jest", "node"],
"skipLibCheck": true
},
"include": ["./src/**/*.ts", "tests/**/*"]
"include": ["./src/**/*.ts", "tests/**/*"],
"exclude": ["node_modules"]
}

0 comments on commit 110ea6b

Please sign in to comment.