aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-02-05 22:32:52 +0100
committerGitHub <[email protected]>2024-02-05 22:32:52 +0100
commitc6b838339b540b55872eb8c540abcc756a577dea (patch)
treeaa757573965a4bd7fa6e82b9b5fde4793eb5ed91 /tsconfig.json
parent5ca4ef650d6092ab3c4e54ada5b97f1b38da45d2 (diff)
downloadfaker-c6b838339b540b55872eb8c540abcc756a577dea.tar.xz
faker-c6b838339b540b55872eb8c540abcc756a577dea.zip
chore(deps): update dependency prettier to v3.2.5 (#2639)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
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"
+ ]
}