Refine TS and linter configuration
[e-mobility-charging-stations-simulator.git] / tsconfig.json
index a0c7e1629f61d538a2f732b817d31636179d5228..ff3ae353b3441c685ddf1d2a1c606cbb69566e9d 100644 (file)
@@ -33,6 +33,7 @@
     // "strictPropertyInitialization": true,  /* Enable strict checking of property initialization in classes. */
     // "noImplicitThis": true,                /* Raise error on 'this' expressions with an implied 'any' type. */
     // "alwaysStrict": true,                  /* Parse in strict mode and emit "use strict" for each source file. */
+    "importsNotUsedAsValues": "error",        /* Enforce using `import type` instead of `import` for types */
 
     /* Additional Checks */
     // "noUnusedLocals": true,                /* Report errors on unused locals. */