aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorShinigami <[email protected]>2023-07-18 13:25:38 +0200
committerGitHub <[email protected]>2023-07-18 13:25:38 +0200
commit3df98a0cb330f0a67f4b1c37c168709aafc941d6 (patch)
treeba2bc4687bce2b0b1254b7804769d04f71649919 /tsconfig.json
parent5f947cbd4773f768a90243e54fd707c9769e8530 (diff)
downloadfaker-3df98a0cb330f0a67f4b1c37c168709aafc941d6.tar.xz
faker-3df98a0cb330f0a67f4b1c37c168709aafc941d6.zip
chore: remove legacy locale folder (#2263)
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 3a2b814f..c1dcb1dd 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -17,5 +17,5 @@
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true
},
- "exclude": ["node_modules", "dist", "locale"]
+ "exclude": ["node_modules", "dist"]
}