Skip to content

Commit

Permalink
fix: baseUrl в tsconfig вместо отдельных paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mxseev committed Aug 10, 2022
1 parent 9076da9 commit ef13ab6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@
],
"exclude": ["node_modules"],
"compilerOptions": {
"paths": {
"components/*": ["src/components/*"],
"hooks/*": ["src/hooks/*"],
"pages/*": ["src/pages/*"],
"styles/*": ["src/styles/*"]
},
"baseUrl": ".",
"baseUrl": "src",
"moduleResolution": "node",
"module": "commonjs",
"jsx": "preserve",
Expand Down

0 comments on commit ef13ab6

Please sign in to comment.