Skip to content

Commit

Permalink
ignore icons
Browse files Browse the repository at this point in the history
  • Loading branch information
supun-io committed Jan 3, 2024
1 parent 849cae6 commit f430e2d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"moduleResolution": "NodeNext"
}
"moduleResolution": "NodeNext",
},
"exclude": [
"./icons/**/*",
]
}

0 comments on commit f430e2d

Please sign in to comment.