Skip to content

Commit

Permalink
update ignore and tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc committed Apr 9, 2024
1 parent 26c8c94 commit 8eec45c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 19 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dist/
example/
*.md
26 changes: 7 additions & 19 deletions packages/experiment-tag/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,12 @@
{
"extends": "../../tsconfig.json",
"include": ["src/**/*.ts", "package.json"],
"typedocOptions": {
"name": "Experiment JS Client Documentation",
"entryPoints": ["./src/index.ts"],
"categoryOrder": [
"Core Usage",
"Configuration",
"Context Provider",
"Types"
],
"categorizeByGroup": false,
"disableSources": true,
"excludePrivate": true,
"excludeProtected": true,
"excludeInternal": true,
"hideGenerator": true,
"includeVersion": true,
"out": "../../docs",
"readme": "none",
"theme": "default",
"compilerOptions": {
"declaration": true,
"declarationDir": "dist/types",
"downlevelIteration": true,
"strict": true,
"baseUrl": "./src",
"rootDir": "."
}
}

0 comments on commit 8eec45c

Please sign in to comment.