Skip to content

Commit

Permalink
Fix JS
Browse files Browse the repository at this point in the history
  • Loading branch information
NolanTrem committed Nov 13, 2024
1 parent 74149a5 commit e2a6f98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/sdk/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"jsx": "react",
"lib": ["es2017", "dom"],
"sourceMap": true,
"types": ["node", "jest", "@types/jest"]
"types": ["node", "jest", "@types/jest"],
"skipLibCheck": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "**/__tests__/*", "**/*.spec.ts"]
Expand Down

0 comments on commit e2a6f98

Please sign in to comment.