diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json index 96b7c4bed3..adbddafd61 100644 --- a/cli/schemas/config-file.v1.json +++ b/cli/schemas/config-file.v1.json @@ -9,6 +9,7 @@ "compilerOptions": { "type": "object", "description": "Instructs the TypeScript compiler how to compile .ts files.", + "additionalProperties": false, "properties": { "allowJs": { "description": "Allow JavaScript files to be a part of your program. Use the `checkJS` option to get errors from these files.",