Skip to content

Commit

Permalink
Add vite
Browse files Browse the repository at this point in the history
  • Loading branch information
martinserts authored and a-h-i committed Feb 7, 2025
1 parent 404cc99 commit a90fb95
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 10 deletions.
14 changes: 12 additions & 2 deletions packages/metamask_provider/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,15 @@
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src/**/*"]
}
"include": [
"src/**/*"
],
"references": [
{
"path": "../tari_provider"
},
{
"path": "../tarijs_types"
}
]
}
1 change: 1 addition & 0 deletions packages/tarijs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"devDependencies": {
"@types/node": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
"vitest": "catalog:"
},
"files": [
Expand Down
18 changes: 18 additions & 0 deletions packages/tarijs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,27 @@
"src/**/*"
],
"references": [
{
"path": "../builders"
},
{
"path": "../metamask_provider"
},
{
"path": "../tari_permissions"
},
{
"path": "../tari_provider"
},
{
"path": "../tari_universe"
},
{
"path": "../tarijs_types"
},
{
"path": "../wallet_daemon"
},
{
"path": "../walletconnect"
}
Expand Down
22 changes: 14 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ packages:
catalog:
typescript: ^5.0.4
vitest: ^3.0.4
vite: ^6.1.0
"@types/node": ^22.13.1
"@tari-project/typescript-bindings": ^1.4.0
"@tari-project/wallet_jrpc_client": ^1.4.0
Expand Down

0 comments on commit a90fb95

Please sign in to comment.