Skip to content

Commit a748e52

Browse files
committed
build: remove paths and baseUrl from tsconfig
See jaredpalmer/tsdx#707
1 parent 58a59ef commit a748e52

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tsconfig.json

-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
"noImplicitReturns": true,
1616
"noFallthroughCasesInSwitch": true,
1717
"moduleResolution": "node",
18-
"baseUrl": "./",
19-
"paths": {
20-
"*": ["src/*", "node_modules/*"]
21-
},
2218
"jsx": "react",
2319
"esModuleInterop": true,
2420
"downlevelIteration": true

0 commit comments

Comments
 (0)