Skip to content

Commit

Permalink
add paths
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Oct 19, 2024
1 parent 7400f3d commit fc0d024
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"strict": true,
"baseUrl": "./"
"baseUrl": "./",
"paths": {
"src/*": ["src/*"],
"src": ["src"]
}
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit fc0d024

Please sign in to comment.