summaryrefslogtreecommitdiff
path: root/cli/schemas
diff options
context:
space:
mode:
Diffstat (limited to 'cli/schemas')
-rw-r--r--cli/schemas/config-file.v1.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json
index 96b7c4bed..adbddafd6 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.",