Skip to content

Commit

Permalink
Remove path aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Dec 8, 2021
1 parent 455178a commit 4c9e810
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corellium/ts-config",
"version": "1.0.2",
"version": "1.0.3",
"description": "TypeScript Rules and Config for Corellium applications",
"main": "tsconfig.json",
"files": [
Expand Down
4 changes: 0 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
}
],
"typeRoots": ["./node_modules/@types", "./types"],
"paths": {
"@/*": ["./src/*"],
"src/*": ["./src/*"]
}
},
"exclude": ["node_modules", "build"]
}

0 comments on commit 4c9e810

Please sign in to comment.