Skip to content

Commit

Permalink
try to solve deploy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
modamaan committed Nov 17, 2024
1 parent 54685a4 commit df00093
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"@core/*": ["src/*"],
"@apps/*": ["apps/*/src"],
"@app-manifest/*": ["apps/*/src/manifest.ts"],
"@careConfig": ["./care.config.ts"]
"@careConfig": ["./care.config.ts"],
"@radix-ui/react-separator": ["node_modules/@radix-ui/react-separator"]
}
},
"include": ["src/**/*", "apps/**/*", "care.config.ts", "src/@types" ],
Expand Down

0 comments on commit df00093

Please sign in to comment.