fix: linting issue with paths
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 18 Mar 2023 09:27:44 +0000 (10:27 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 18 Mar 2023 09:27:44 +0000 (10:27 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
tsconfig.json

index 80f498ba9959f80cf6667a16d8d7fe8484801fb5..fcd4c45ee6f79f0de9fc9d5ff74e573f9cf0baf1 100644 (file)
@@ -8,5 +8,6 @@
     "strict": true,
     "verbatimModuleSyntax": true
   },
-  "include": ["src/**/*.ts"]
+  "include": ["**/*.ts"],
+  "exclude": ["node_modules", "lib"]
 }