fix: fix sonarcloud analysis
[poolifier.git] / tsconfig.json
index 39bd6d90c89eab5afba3b35aa1cf9ef3bede3d9c..9f8db467725e865753b67aef5091215f27964965 100644 (file)
@@ -1,11 +1,12 @@
 {
   "compilerOptions": {
-    "target": "ES2018",
-    "module": "CommonJS",
+    "target": "ES2022",
+    "module": "ES2022",
     "outDir": "lib",
     "esModuleInterop": true,
-    "declaration": true
+    "declaration": true,
+    "strict": true
   },
-  "include": ["src/**/*.ts"],
-  "exclude": ["node_modules"]
+  "include": ["**/*.ts"],
+  "exclude": ["node_modules", "lib"]
 }