diff options
| author | Shinigami <[email protected]> | 2023-07-18 13:25:38 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-18 13:25:38 +0200 |
| commit | 3df98a0cb330f0a67f4b1c37c168709aafc941d6 (patch) | |
| tree | ba2bc4687bce2b0b1254b7804769d04f71649919 /tsconfig.json | |
| parent | 5f947cbd4773f768a90243e54fd707c9769e8530 (diff) | |
| download | faker-3df98a0cb330f0a67f4b1c37c168709aafc941d6.tar.xz faker-3df98a0cb330f0a67f4b1c37c168709aafc941d6.zip | |
chore: remove legacy locale folder (#2263)
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 |
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"] } |
