Skip to content

Commit

Permalink
perf(tsconfig): don't typecheck scrt and cw sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Jan 13, 2024
1 parent 95dbbb0 commit b595476
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
Expand Up @@ -2,7 +2,10 @@
"exclude": [
".ubik",
"*.dist.*",
"node_modules"
"node_modules",
"toolbox/ganesha",
"cw/cosmjs-esm",
"scrt/secretjs-esm"
],
"compilerOptions": {
"target": "esnext",
Expand Down

0 comments on commit b595476

Please sign in to comment.