aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorShinigami <[email protected]>2023-07-15 07:23:28 +0200
committerGitHub <[email protected]>2023-07-15 07:23:28 +0200
commit0708eb4efe9494ba64fe7029e6c0559aeb8d519c (patch)
treefa678de84ca993ab19bc132debae26ae1f6a0d89 /docs
parentc6323f81339b2371305dd8be38a1946be5140683 (diff)
downloadfaker-0708eb4efe9494ba64fe7029e6c0559aeb8d519c.tar.xz
faker-0708eb4efe9494ba64fe7029e6c0559aeb8d519c.zip
infra: reduce tsconfig complexity (#2102)
Diffstat (limited to 'docs')
-rw-r--r--docs/.vitepress/tsconfig.json8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/.vitepress/tsconfig.json b/docs/.vitepress/tsconfig.json
deleted file mode 100644
index 75b15f9e..00000000
--- a/docs/.vitepress/tsconfig.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "compilerOptions": {
- "target": "ES2020",
- "module": "ES2020",
- "moduleResolution": "Node",
- "resolveJsonModule": true
- }
-}