Skip to content

Commit

Permalink
ci: lint #2086 error
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Jun 26, 2023
1 parent ec8ae6e commit fcf1e3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/tsc-build/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@
"noEmit": true,
"noUnusedParameters": true,
"isolatedModules": true,
"preserveValueImports": true,
}
}
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"strict": true,
"noImplicitAny": true,
"moduleResolution": "node",
"removeComments": false
"removeComments": false,
"noUnusedParameters": true,
"isolatedModules": true,
}
}

0 comments on commit fcf1e3f

Please sign in to comment.