diff --git a/typedoc.json b/typedoc.json index 6913d71..c12ed0b 100644 --- a/typedoc.json +++ b/typedoc.json @@ -2,8 +2,5 @@ "entryPoints": ["src/mod.ts"], "excludePrivate": true, "name": "ChURI Schema Compiler", - "out": "./target/typedoc", - "compilerOptions": { - "module": 7 /* ES2022 */ - } + "out": "./target/typedoc" }