Version 2.3.1
[poolifier.git] / tsconfig.json
index 75b92b541806ab3119092ede960bc4c097a8db64..a0ad5d4c751f0cbd69d2e805b35e38bac24924ba 100644 (file)
@@ -1,11 +1,12 @@
 {
   "compilerOptions": {
-    "target": "ES2018",
-    "module": "CommonJS",
+    "target": "ES2021",
+    "module": "ES2022",
     "outDir": "lib",
     "esModuleInterop": true,
     "declaration": true,
-    "strict": true
+    "strict": true,
+    "importsNotUsedAsValues": "error"
   },
   "include": ["src/**/*.ts"],
   "exclude": ["node_modules"]