fix: linting issue with paths
[poolifier.git] / tsconfig.json
index 80f498ba9959f80cf6667a16d8d7fe8484801fb5..fcd4c45ee6f79f0de9fc9d5ff74e573f9cf0baf1 100644 (file)
@@ -8,5 +8,6 @@
     "strict": true,
     "verbatimModuleSyntax": true
   },
-  "include": ["src/**/*.ts"]
+  "include": ["**/*.ts"],
+  "exclude": ["node_modules", "lib"]
 }