chore: generate documentation
[poolifier.git] / tsconfig.json
index 75b92b541806ab3119092ede960bc4c097a8db64..1c8465ed55ac106f66b3a935b9819e59cbd75341 100644 (file)
@@ -1,12 +1,13 @@
 {
+  "$schema": "https://json.schemastore.org/tsconfig",
   "compilerOptions": {
-    "target": "ES2018",
-    "module": "CommonJS",
+    "target": "ES2022",
+    "module": "ES2022",
     "outDir": "lib",
     "esModuleInterop": true,
     "declaration": true,
     "strict": true
   },
-  "include": ["src/**/*.ts"],
-  "exclude": ["node_modules"]
+  "include": ["**/*.ts"],
+  "exclude": ["node_modules", "lib"]
 }