aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorShinigami <[email protected]>2022-01-24 20:04:55 +0100
committerGitHub <[email protected]>2022-01-24 20:04:55 +0100
commit12e33654d183889459d51e9f44c39e51cf7c3bb3 (patch)
tree4d55ef5c8fd444f1575baf73028bdecce84497c5 /tsconfig.json
parenta3792251766ed9a87a59c760ea87f64792e54caa (diff)
downloadfaker-12e33654d183889459d51e9f44c39e51cf7c3bb3.tar.xz
faker-12e33654d183889459d51e9f44c39e51cf7c3bb3.zip
build: bundle with esbuild (#257)
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 168e5148..9f2fe64c 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"rootDir": "src",
- "outDir": "lib",
+ "outDir": "dist",
"declaration": true,
"esModuleInterop": true,
"allowJs": true