Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Dec 8, 2023
1 parent 76d37ed commit 98799f8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ packages/cli/components
!.yarn/sdks
!.yarn/versions

typedoc

**/.netrc

# Generated files
Expand Down
1 change: 0 additions & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# latest lts version
lts/*
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"lint:fix": "yarn g:lint:fix",
"test": "yarn g:test",
"typecheck": "yarn g:typecheck",
"typedoc": "npx typedoc --options scripts/typedoc.json",
"release": "yarn build && yarn changeset publish",
"g:brl": "turbo --filter \"./packages/**\" brl --no-daemon",
"g:build": "turbo --filter \"./packages/**\" build --no-daemon",
Expand Down Expand Up @@ -100,6 +101,7 @@
"tsup": "8.0.1",
"turbo": "^1.11.0",
"turbowatch": "2.29.4",
"typedoc": "^0.25.4",
"typescript": "5.3.3"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion scripts/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"entryPoints": ["../packages/jotai-x/src/index.ts"],
"out": "../typedoc",
"tsconfig": "../packages/jotai-x/tsconfig.json",
"readme": "./README.md"
"readme": "../README.md"
}

0 comments on commit 98799f8

Please sign in to comment.