Skip to content

Commit

Permalink
Update tsconfig.json to exclude node_modules and example directories
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef-Harby committed Apr 10, 2024
1 parent 48d1f29 commit d5d2153
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"noEmit": true,
/* If your code runs in the DOM: */
"lib": ["es2022", "dom", "dom.iterable"],
}
},
"exclude": ["node_modules", "**/node_modules/*", "example", "example/*"]
}

0 comments on commit d5d2153

Please sign in to comment.