Commit 650349a 1 parent 5c58820 commit 650349a Copy full SHA for 650349a
File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 36
36
"@lerna-lite/version" : " ^3.11.0" ,
37
37
"@nexim/eslint-config" : " ^1.1.1" ,
38
38
"@nexim/prettier-config" : " ^1.1.0" ,
39
- "@nexim/typescript-config" : " ^1.1 .0" ,
39
+ "@nexim/typescript-config" : " ^2.0 .0" ,
40
40
"@types/node" : " ^22.10.5" ,
41
41
"@typescript-eslint/eslint-plugin" : " ^7.15.0" ,
42
42
"@typescript-eslint/parser" : " ^7.15.0" ,
Original file line number Diff line number Diff line change 57
57
"@alwatr/nano-build" : " ^5.0.0" ,
58
58
"@alwatr/parse-duration" : " ^5.0.0" ,
59
59
"@alwatr/type-helper" : " ^5.0.0" ,
60
- "@nexim/typescript-config" : " ^1.1 .0" ,
60
+ "@nexim/typescript-config" : " ^2.0 .0" ,
61
61
"ava" : " ^6.2.0" ,
62
62
"typescript" : " ^5.7.2" ,
63
63
"wireit" : " ^0.14.9"
Original file line number Diff line number Diff line change 1
1
{
2
- "extends" : "@nexim/typescript-config/tsconfig.json" ,
2
+ "extends" : "@nexim/typescript-config/tsconfig.browser.lib. json" ,
3
3
"compilerOptions" : {
4
4
"rootDir" : "src" ,
5
5
"outDir" : "dist" ,
6
- "emitDeclarationOnly" : true ,
7
- "composite" : true ,
8
6
"types" : [ "@alwatr/nano-build" , "@alwatr/type-helper" ]
9
7
} ,
10
8
"include" : [ "src/**/*.ts" ] ,
Original file line number Diff line number Diff line change 1
1
{
2
- "extends" : "@nexim/typescript-config/tsconfig.json" ,
2
+ "extends" : "@nexim/typescript-config/tsconfig.base. json" ,
3
3
"compilerOptions" : {
4
4
"noEmit" : true ,
5
5
"types" : [ "node" ]
Original file line number Diff line number Diff line change @@ -1049,18 +1049,20 @@ __metadata:
1049
1049
" @alwatr/parse-duration " : " npm:^5.0.0"
1050
1050
" @alwatr/type-helper " : " npm:^5.0.0"
1051
1051
" @nexim/element " : " npm:^1.1.1"
1052
- " @nexim/typescript-config " : " npm:^1.1 .0"
1052
+ " @nexim/typescript-config " : " npm:^2.0 .0"
1053
1053
ava : " npm:^6.2.0"
1054
1054
lit : " npm:^3.2.1"
1055
1055
typescript : " npm:^5.7.2"
1056
1056
wireit : " npm:^0.14.9"
1057
1057
languageName : unknown
1058
1058
linkType : soft
1059
1059
1060
- " @nexim/typescript-config@npm:^1.1.0 " :
1061
- version : 1.1.0
1062
- resolution : " @nexim/typescript-config@npm:1.1.0"
1063
- checksum : 10c0/70bbe95eb11c79b96b7f0b8602b10043e82426cec1bfb2cce8a8e6cbe2d5fbdc2986ca3929a836700ed51a030da84992350b8423bd0a51b3b2bce59973650a7d
1060
+ " @nexim/typescript-config@npm:^2.0.0 " :
1061
+ version : 2.0.0
1062
+ resolution : " @nexim/typescript-config@npm:2.0.0"
1063
+ peerDependencies :
1064
+ typescript : ^5
1065
+ checksum : 10c0/0a5c8ae728ec4c9f55ee2b7b69d4e88c3737fc01fa82e40b341d8fc8957b98332567ce0468fc33ef244acaf5d12193044dcd2517c560265a33e254e8daf9109d
1064
1066
languageName : node
1065
1067
linkType : hard
1066
1068
@@ -2884,7 +2886,7 @@ __metadata:
2884
2886
" @lerna-lite/version " : " npm:^3.11.0"
2885
2887
" @nexim/eslint-config " : " npm:^1.1.1"
2886
2888
" @nexim/prettier-config " : " npm:^1.1.0"
2887
- " @nexim/typescript-config " : " npm:^1.1 .0"
2889
+ " @nexim/typescript-config " : " npm:^2.0 .0"
2888
2890
" @types/node " : " npm:^22.10.5"
2889
2891
" @typescript-eslint/eslint-plugin " : " npm:^7.15.0"
2890
2892
" @typescript-eslint/parser " : " npm:^7.15.0"
You can’t perform that action at this time.
0 commit comments