Skip to content

Commit

Permalink
fix: vercel에서 module not found 문제 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ssssksss committed Aug 10, 2024
1 parent cf882b8 commit 8f512a8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,8 @@
],
"paths": {
"@/*": ["./src/*"],
"@api/*": ["./src/api/*"],
"@components/*": ["./src/components/*"],
"@containers/*": ["./src/containers/*"],
"@hooks/*": ["./src/hooks/*"],
"@redux/*": ["./src/redux/*"],
"@styles/*": ["./src/styles/*"],
"@utils/*": ["./src/utils/*"],
"@types/*": ["./src/types/*"],
"@lottie/*": ["./public/lottie/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "src/components/Modal/information"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
}

0 comments on commit 8f512a8

Please sign in to comment.