Skip to content

Commit

Permalink
qual: make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
lourot committed Jan 25, 2024
1 parent b04a67f commit 65005f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"preserveConstEnums": true,
"sourceMap": true,
"lib": ["es2015", "es2016", "dom"],
"types": ["node"]
}
"types": ["node"],
},
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
// error out if import and file system have a casing mismatch. Recommended by TS
"forceConsistentCasingInFileNames": true,
// commonly used when type-checking separately with `tsc`
"noEmit": true
}
"noEmit": true,
},
}

0 comments on commit 65005f7

Please sign in to comment.