Skip to content

Commit

Permalink
build working for angular-query-devtools-experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Ducin committed Nov 19, 2023
1 parent 127480c commit 484417f
Show file tree
Hide file tree
Showing 2 changed files with 299 additions and 258 deletions.
3 changes: 3 additions & 0 deletions packages/angular-query-experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
},
"type": "module",
"sideEffects": false,
"types": "build/esm2022/index.d.ts",
"main": "build/esm2022/index.mjs",
"module": "build/esm2022/index.mjs",
"scripts": {
"clean": "rimraf ./build && rimraf ./coverage",
"test:eslint": "eslint --ext .ts,.tsx ./src",
Expand Down
Loading

0 comments on commit 484417f

Please sign in to comment.