Skip to content

Commit a1d3ba4

Browse files
committed
client/tsconfig & server/tsconfig: remove custom paths, doesnt work
1 parent df2c772 commit a1d3ba4

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

client/tsconfig.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
"module": "ESNext",
66
"lib": ["DOM", "ESNext"],
77
"jsx": "react",
8-
"paths": {
9-
"server/*": ["../server/*"],
10-
"common/*": ["../common/*"]
11-
}
128
},
139
"include": ["./**/*"],
1410
"exclude": ["../node_modules", "../server"]

server/tsconfig.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
"target": "ES2022",
55
"module": "commonjs",
66
"lib": ["ES2022"],
7-
"paths": {
8-
"client/*": ["../client/*"],
9-
"common/*": ["../common/*"]
10-
},
117
"types": ["node", "jest", "express"],
128
"typeRoots": ["./types", "../node_modules/@types"]
139
},

0 commit comments

Comments
 (0)