Skip to content

Commit 81ed83d

Browse files
committed
some fixes
Signed-off-by: riccardoperra <riccardo.perra@icloud.com>
1 parent 26b9ff7 commit 81ed83d

File tree

6 files changed

+15
-267
lines changed

6 files changed

+15
-267
lines changed

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"oxlint": "catalog:next",
7676
"sinon": "^15.1.2",
7777
"tsup": "8.5.1",
78-
"tsx": "3.12.7",
78+
"tsx": "catalog:next",
7979
"typescript": "catalog:next",
8080
"vite": "catalog:next",
8181
"vitest": "catalog:next"

apps/api/test/tsconfig.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"extends": "../tsconfig.json",
33
"compilerOptions": {
44
"noEmit": true,
5+
"rootDir": "./",
56
"moduleResolution": "nodenext",
6-
"module": "ES2022",
7-
"target": "ES2022"
7+
"module": "ESNext",
8+
"target": "ESNext",
89
},
9-
"include": ["../src/**/*.ts", "**/*.ts"]
10+
"include": ["../src/**/*.ts", "./**/*.ts"]
1011
}

apps/api/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"extends": "fastify-tsconfig",
33
"compilerOptions": {
4-
"rootDir": "./src",
54
"outDir": "dist",
65
"resolveJsonModule": true,
76
"allowSyntheticDefaultImports": true,
87
"sourceMap": true,
98
"moduleResolution": "nodenext",
109
"module": "NodeNext",
1110
"target": "ES2022",
11+
"types": ["node"],
1212
"typeRoots": ["./src/common/domainFunctions/functions.d.ts"]
1313
},
1414
"include": ["./src/**/*.ts"]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"oxlint": "catalog:next",
8383
"pnpm-bundle-workspace-package": "^1.0.2",
8484
"tslib": "^2.8.1",
85-
"tsx": "^3.14.0",
85+
"tsx": "catalog:next",
8686
"typescript": "catalog:next",
8787
"vite": "catalog:next"
8888
},

packages/config/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"oxfmt": "catalog:next",
7474
"oxlint": "catalog:next",
7575
"rimraf": "catalog:next",
76+
"tsdown": "0.21.4",
7677
"typescript": "catalog:next",
7778
"vite": "catalog:next",
7879
"vite-plugin-dts": "catalog:next",

0 commit comments

Comments
 (0)