Skip to content

Commit 9ef0af3

Browse files
committed
build(tsc): set some packages from client to server tsconfig
1 parent b3df90d commit 9ef0af3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/account-utils/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@rocket.chat/tsconfig/client.json",
2+
"extends": "@rocket.chat/tsconfig/server.json",
33
"compilerOptions": {
44
"rootDir": "./src",
55
"outDir": "./dist"

packages/ddp-client/tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@rocket.chat/tsconfig/client.json",
2+
"extends": "@rocket.chat/tsconfig/server.json",
33
"compilerOptions": {
44
"rootDir": "./src",
55
"outDir": "./dist",

packages/ddp-client/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@rocket.chat/tsconfig/client.json",
2+
"extends": "@rocket.chat/tsconfig/server.json",
33
"compilerOptions": {
44
"module": "commonjs",
55
"esModuleInterop": true,

0 commit comments

Comments
 (0)