diff --git a/.typedoc.ts b/.typedoc.ts index 4b46fee88..0001ced87 100644 --- a/.typedoc.ts +++ b/.typedoc.ts @@ -1,9 +1,4 @@ module.exports = { - "inputFiles": [ - "./src/HyperFormula.ts", - "./src/ConfigParams.ts", - "./src/Emitter.ts", - ], "exclude": [ "./test/**", "./src/interpreter/**",