Skip to content

Commit

Permalink
Remove redundant option
Browse files Browse the repository at this point in the history
  • Loading branch information
surol committed Aug 29, 2023
1 parent 98b82d3 commit 00057b8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
"entryPoints": ["src/mod.ts"],
"excludePrivate": true,
"name": "ChURI Schema Compiler",
"out": "./target/typedoc",
"compilerOptions": {
"module": 7 /* ES2022 */
}
"out": "./target/typedoc"
}

0 comments on commit 00057b8

Please sign in to comment.