perf: use O(1) queue implementation in async locking code
[e-mobility-charging-stations-simulator.git] / rollup.config.mjs
index 795da6e8207c36936f44322d9f89bd45cc6df724..be507238e8268c58c3e898f47c69a49e033d8b3b 100644 (file)
@@ -57,6 +57,9 @@ export default {
     json(),
     typescript({
       tsconfig: 'tsconfig.json',
+      compilerOptions: {
+        sourceMap: !!isDevelopmentBuild,
+      },
     }),
     del({
       targets: [
@@ -73,8 +76,9 @@ export default {
       patterns: 'assets/**/*.json',
       exclude: [
         'assets/config-template.json',
-        'assets/*config[-_]*.json',
+        'assets/*config[-_.]*.json',
         'assets/idtags-template.json',
+        'assets/authorization-tags-template.json',
         'assets/ui-protocol/**/*',
       ],
     }),