Skip to content

Commit

Permalink
build: remove paths and baseUrl from tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
velut committed Aug 29, 2020
1 parent 0caebc9 commit a6209bf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"moduleResolution": "node",
"baseUrl": "./",
"paths": {
"*": ["src/*", "node_modules/*"]
},
"jsx": "react",
"esModuleInterop": true,
"downlevelIteration": true
Expand Down

0 comments on commit a6209bf

Please sign in to comment.