We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc40b6e commit d138512Copy full SHA for d138512
src/cli/codegen_templates/tsconfig.ts
@@ -2,7 +2,7 @@ export function tsconfigCodegen() {
2
return `{
3
/* This TypeScript project config describes the environment that
4
* Convex functions run in and is used to typecheck them.
5
- * You can modify it, but some settings required to use Convex.
+ * You can modify it, but some settings are required to use Convex.
6
*/
7
"compilerOptions": {
8
/* These settings are not required by Convex and can be modified. */
0 commit comments