Skip to content

Commit

Permalink
remove ts paths
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Feb 10, 2019
1 parent e6d42e7 commit 563728c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,6 @@
"node_modules/@types",
"src/@types"
],
"paths": {
"@app/*": [
"src/*"
],
"@components/*": [
"src/components/*"
],
"@styles/*": [
"src/styles/*"
],
"@public/*": [
"public/*"
],
"@assets/*": [
"public/assets/*"
]
},
"noEmit": true,
"jsx": "react",
"jsxFactory": "h",
Expand Down

0 comments on commit 563728c

Please sign in to comment.