aboutsummaryrefslogtreecommitdiffstats
path: root/packages/service-shared/vite.config.js
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-28 14:06:16 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-28 14:17:12 +0100
commit79365dc90e2272c209c68d9c05e3681bebaf0704 (patch)
tree24258ac7be00d207020f07d2b98dc26da470175e /packages/service-shared/vite.config.js
parentrefactor: Functional design for controllers (diff)
downloadsophie-79365dc90e2272c209c68d9c05e3681bebaf0704.tar.gz
sophie-79365dc90e2272c209c68d9c05e3681bebaf0704.tar.zst
sophie-79365dc90e2272c209c68d9c05e3681bebaf0704.zip
build: Simplify type declaration generation
Diffstat (limited to 'packages/service-shared/vite.config.js')
-rw-r--r--packages/service-shared/vite.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/service-shared/vite.config.js b/packages/service-shared/vite.config.js
index 6f4959f..2391810 100644
--- a/packages/service-shared/vite.config.js
+++ b/packages/service-shared/vite.config.js
@@ -28,6 +28,7 @@ const config = makeConfig({
28 ...builtinModules, 28 ...builtinModules,
29 ], 29 ],
30 }, 30 },
31 emptyOutDir: false, // Do not remove .d.ts files.
31 }, 32 },
32}); 33});
33 34