Skip to content

Commit

Permalink
[#21] Remove paths and add note (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: ItaloBorrelli <iborrelli@protonmail.com>
  • Loading branch information
ItaloBorrelli and ItaloBorrelli authored Nov 6, 2022
1 parent 31c2a90 commit 167260d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,9 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"paths": {
"components/*": ["components/*"],
"pages/*": ["pages/*"],
"util/*": ["util/*"],
"views/*": ["views/*"]
}
"jsx": "react-jsx"
// [#21] Eject or update if create-react-apps adds ability to not overwrite paths in tsconfig
// "paths": {}
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit 167260d

Please sign in to comment.