Skip to content

Commit

Permalink
Exclude compute-js in tsconfig
Browse files Browse the repository at this point in the history
arunsathiya committed Jan 27, 2024
1 parent 1e8cf6d commit 25e0bfe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -2,5 +2,8 @@
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strictNullChecks": true
}
},
"exclude": [
"compute-js"
]
}

0 comments on commit 25e0bfe

Please sign in to comment.