Skip to content

Commit

Permalink
[fei4960.4.examples] Get rid of the annoying typescript error in the …
Browse files Browse the repository at this point in the history
…package tsconfig.json files
  • Loading branch information
somewhatabstract committed Mar 31, 2023
1 parent 3dce0e7 commit 2a0f71b
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
5 changes: 4 additions & 1 deletion packages/wonder-stuff-core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
}
},
"references": [
{"path": "../tsconfig-shared.json"}
]
}
5 changes: 4 additions & 1 deletion packages/wonder-stuff-i18n/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
}
},
"references": [
{"path": "../tsconfig-shared.json"}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
{"path": "../wonder-stuff-core"},
{"path": "../wonder-stuff-server"},
{"path": "../wonder-stuff-render-server"},
{"path": "../tsconfig-shared.json"}
]
}
3 changes: 2 additions & 1 deletion packages/wonder-stuff-render-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"references": [
{"path": "../wonder-stuff-core"},
{"path": "../wonder-stuff-server"}
{"path": "../wonder-stuff-server"},
{"path": "../tsconfig-shared.json"}
]
}
3 changes: 2 additions & 1 deletion packages/wonder-stuff-sentry/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"rootDir": "src",
},
"references": [
{"path": "../wonder-stuff-core"}
{"path": "../wonder-stuff-core"},
{"path": "../tsconfig-shared.json"}
]
}
3 changes: 2 additions & 1 deletion packages/wonder-stuff-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"rootDir": "src",
},
"references": [
{"path": "../wonder-stuff-core"}
{"path": "../wonder-stuff-core"},
{"path": "../tsconfig-shared.json"}
]
}
3 changes: 2 additions & 1 deletion packages/wonder-stuff-testing/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"rootDir": "src",
},
"references": [
{"path": "../wonder-stuff-core"}
{"path": "../wonder-stuff-core"},
{"path": "../tsconfig-shared.json"}
]
}

0 comments on commit 2a0f71b

Please sign in to comment.