Skip to content

Commit

Permalink
fix: more reverts
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed Jan 5, 2024
1 parent 7eae536 commit ac0e922
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions packages/nibijs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"outDir": "./dist",
"baseUrl": "./",
"paths": {
"@nibiruchain/nibijs": ["./*"]
},
"composite": true
}
},
"include": ["src/**/*"],
"references": [
{
"path": "../protojs"
}
],
"include": ["src/**/*"]
]
}
2 changes: 1 addition & 1 deletion packages/nibijs/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "NibiJS Documentation",
"excludeExternals": true,
"includeVersion": true,
"entryPointStrategy": "expand", // "resolve", "expand", or "packages"
"entryPointStrategy": "expand",
"entryDocument": "intro.md",
"entryPoints": ["index.ts"]
}

0 comments on commit ac0e922

Please sign in to comment.