Skip to content

Commit

Permalink
chore: disable some tsc scripts/
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Jul 6, 2022
1 parent 3e005d7 commit d217901
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/governance/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
},
"include": [
"build/**/*.js",
"scripts/**/*.js",
// omit because it's triggering a types resolution problem with deploy-script-support
// "scripts/**/*.js",
"src/**/*.js",
"test/**/*.js",
],
Expand Down
3 changes: 2 additions & 1 deletion packages/zoe/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"include": [
"contractFacet.js",
"exported.js",
"scripts/**/*.js",
// omit because it's triggering a types resolution problem with deploy-script-support
// "scripts/**/*.js",
"src/**/*.js",
"src/**/*.ts",
"test/**/*.js",
Expand Down

0 comments on commit d217901

Please sign in to comment.