Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuever committed Dec 1, 2024
1 parent 4bbb3ec commit ea03358
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
"types": ["vite/client", "vitest"]
"moduleResolution": "node",
"types": ["vite/client", "vitest"],
"paths": {
"@infinite-list/data-model": ["../data-model/src"],
}
},
"files": [],
"include": [],
Expand Down

0 comments on commit ea03358

Please sign in to comment.