aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-01-22 23:31:22 +0100
committerGitHub <[email protected]>2024-01-22 23:31:22 +0100
commite0e9ab131f297deb0b49c3fc3fcdc10245b51c4a (patch)
tree9aae16c65d6edb729d02f8064958b1dcb3301ee3 /tsconfig.json
parent234218b2f9d93da496f0bbf831fba346bb7fd0ab (diff)
downloadfaker-e0e9ab131f297deb0b49c3fc3fcdc10245b51c4a.tar.xz
faker-e0e9ab131f297deb0b49c3fc3fcdc10245b51c4a.zip
chore(deps): update dependency prettier to v3.2.4 (#2615)
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 a290fc07..020c9742 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",
+ ],
}