Skip to content

Commit

Permalink
tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Feb 28, 2024
1 parent 0702705 commit 0ce563a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/user/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"compilerOptions": {
"types": ["vite-plugin-svgr/client", "vite/client"],
"baseUrl": ".",
"baseUrl": "./src",
"paths": {
"*": ["*", "apis/*"]
},
"target": "ES2020",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
Expand Down

0 comments on commit 0ce563a

Please sign in to comment.