File tree Expand file tree Collapse file tree 6 files changed +15
-267
lines changed
Expand file tree Collapse file tree 6 files changed +15
-267
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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" ]
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments