Skip to content

Commit 572c963

Browse files
authored
chore(random): Review build configuration (#37901)
1 parent 0b86795 commit 572c963

File tree

6 files changed

+2
-18
lines changed

6 files changed

+2
-18
lines changed

packages/random/.eslintrc.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
22
"extends": ["@rocket.chat/eslint-config"],
3-
"plugins": ["jest"],
4-
"env": {
5-
"jest/globals": true
6-
},
73
"ignorePatterns": ["dist"]
84
}

packages/random/babel.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/random/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,9 @@
1616
"typecheck": "tsc --noEmit"
1717
},
1818
"devDependencies": {
19-
"@babel/core": "~7.28.5",
20-
"@babel/preset-env": "~7.28.5",
2119
"@rocket.chat/eslint-config": "workspace:^",
2220
"@rocket.chat/jest-presets": "workspace:~",
2321
"@rocket.chat/tsconfig": "workspace:*",
24-
"@typescript-eslint/eslint-plugin": "~5.60.1",
25-
"@typescript-eslint/parser": "~5.60.1",
2622
"eslint": "~8.45.0",
2723
"jest": "~30.2.0",
2824
"typescript": "~5.9.3"
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
4+
"outDir": "dist",
45
"target": "ES2015",
56
"module": "CommonJS",
67
"declaration": true,
78
"declarationMap": true,
89
"sourceMap": true,
910
},
10-
"exclude": ["**/*.spec.ts", "**/*.spec.js"]
11+
"exclude": ["**/*.spec.ts"]
1112
}

packages/random/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
22
"extends": "@rocket.chat/tsconfig/base.json",
33
"compilerOptions": {
4-
"outDir": "dist",
54
"rootDir": "src",
6-
"strictNullChecks": true,
75
},
86
"include": ["src"]
97
}

yarn.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10165,13 +10165,9 @@ __metadata:
1016510165
version: 0.0.0-use.local
1016610166
resolution: "@rocket.chat/random@workspace:packages/random"
1016710167
dependencies:
10168-
"@babel/core": "npm:~7.28.5"
10169-
"@babel/preset-env": "npm:~7.28.5"
1017010168
"@rocket.chat/eslint-config": "workspace:^"
1017110169
"@rocket.chat/jest-presets": "workspace:~"
1017210170
"@rocket.chat/tsconfig": "workspace:*"
10173-
"@typescript-eslint/eslint-plugin": "npm:~5.60.1"
10174-
"@typescript-eslint/parser": "npm:~5.60.1"
1017510171
eslint: "npm:~8.45.0"
1017610172
jest: "npm:~30.2.0"
1017710173
typescript: "npm:~5.9.3"

0 commit comments

Comments
 (0)