Skip to content

Commit d56711f

Browse files
committed
Update tsconfig.json files
1 parent ba60266 commit d56711f

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

client/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"extends": "../tsconfig.json",
23
"compilerOptions": {
34
"module": "commonjs",
45
"target": "es2020",

server/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"extends": "../tsconfig.json",
23
"compilerOptions": {
34
"module": "commonjs",
45
"target": "es2020",

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"rootDir": "src",
88
"sourceMap": true,
99
"strict": true,
10-
"esModuleInterop": true
10+
"esModuleInterop": true,
11+
"typeRoots": ["./node_modules/@types"]
1112
},
1213
"include": [
1314
"src"

0 commit comments

Comments
 (0)