Fix linter run
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 21 Oct 2022 13:08:07 +0000 (15:08 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 21 Oct 2022 13:08:07 +0000 (15:08 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
tsconfig.json
tsconfig.tsdoc.json [new file with mode: 0644]
typedoc.json

index e3e37916b68444220eceb67cd7d97851aeefb1ca..442a4745b053de18dd6689c1c7dd0e17d4e5e020 100644 (file)
@@ -9,5 +9,5 @@
     "importsNotUsedAsValues": "error"
   },
   "include": ["**/*.ts"],
-  "exclude": ["node_modules", "examples/typescript"]
+  "exclude": ["node_modules"]
 }
diff --git a/tsconfig.tsdoc.json b/tsconfig.tsdoc.json
new file mode 100644 (file)
index 0000000..9b3c475
--- /dev/null
@@ -0,0 +1,4 @@
+{
+  "extends": "./tsconfig.json",
+  "exclude": ["examples/typescript/**/*.ts"]
+}
index 2fdc1c5f69a05bb06b494e55ceaa654f756fee48..ecbcc558957df60b9340d863726b93bbabb8dd28 100644 (file)
@@ -1,4 +1,5 @@
 {
+  "tsconfig": "./tsconfig.tsdoc.json",
   "entryPoints": ["src"],
   "out": "docs",
   "readme": "none"