aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 020c9742..a290fc07 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -11,12 +11,12 @@
// These are configs specifically for !build and have to be reverted in the tsconfig.build.json
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
- "resolveJsonModule": true,
+ "resolveJsonModule": true
},
"exclude": [
"node_modules",
"dist",
// required for the typedoc related tests on macOS #2280
- "test/scripts/apidoc/temp",
- ],
+ "test/scripts/apidoc/temp"
+ ]
}