Commit f04f7f1 1 parent 8d475e5 commit f04f7f1 Copy full SHA for f04f7f1
File tree 7 files changed +17
-14
lines changed
7 files changed +17
-14
lines changed 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.node.lib. json" ,
3
3
"compilerOptions" : {
4
4
"rootDir" : "src" ,
5
5
"outDir" : "dist" ,
Original file line number Diff line number Diff line change 51
51
"devDependencies" : {
52
52
"@alwatr/nano-build" : " ^5.0.0" ,
53
53
"@alwatr/type-helper" : " ^5.0.0" ,
54
- "@nexim/typescript-config" : " ^1.1 .0" ,
54
+ "@nexim/typescript-config" : " ^2.0 .0" ,
55
55
"@types/node" : " ^22.10.5" ,
56
56
"ava" : " ^6.2.0" ,
57
57
"typescript" : " ^5.7.2" ,
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
6
"allowJs" : true ,
7
- "emitDeclarationOnly" : true ,
8
7
"declaration" : true ,
9
- "composite" : true ,
10
8
"declarationMap" : true ,
11
9
"types" : [ "@alwatr/nano-build" , "@alwatr/type-helper" ]
12
10
} ,
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.node.lib. json" ,
3
3
"compilerOptions" : {
4
4
"rootDir" : "src" ,
5
5
"outDir" : "dist" ,
6
6
"allowJs" : true ,
7
- "emitDeclarationOnly" : true ,
8
7
"declaration" : true ,
9
- "composite" : true ,
10
8
"declarationMap" : true ,
11
- "types" : [ "node" , " @alwatr/nano-build", "@alwatr/type-helper" ]
9
+ "types" : [ "@alwatr/nano-build" , "@alwatr/type-helper" ]
12
10
} ,
13
11
"include" : [ "src/**/*.ts" ] ,
14
12
"references" : [
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 @@ -3029,7 +3029,7 @@ __metadata:
3029
3029
" @alwatr/type-helper " : " npm:^5.0.0"
3030
3030
" @alwatr/wait " : " npm:^1.1.16"
3031
3031
" @nexim/snackbar " : " npm:^1.0.2"
3032
- " @nexim/typescript-config " : " npm:^1.1 .0"
3032
+ " @nexim/typescript-config " : " npm:^2.0 .0"
3033
3033
" @types/node " : " npm:^22.10.5"
3034
3034
ava : " npm:^6.2.0"
3035
3035
typescript : " npm:^5.7.2"
@@ -3088,6 +3088,15 @@ __metadata:
3088
3088
languageName : node
3089
3089
linkType : hard
3090
3090
3091
+ " @nexim/typescript-config@npm:^2.0.0 " :
3092
+ version : 2.0.0
3093
+ resolution : " @nexim/typescript-config@npm:2.0.0"
3094
+ peerDependencies :
3095
+ typescript : ^5
3096
+ checksum : 10c0/0a5c8ae728ec4c9f55ee2b7b69d4e88c3737fc01fa82e40b341d8fc8957b98332567ce0468fc33ef244acaf5d12193044dcd2517c560265a33e254e8daf9109d
3097
+ languageName : node
3098
+ linkType : hard
3099
+
3091
3100
" @nexim/web-app-toolkit@workspace:packages/web-app-toolkit " :
3092
3101
version : 0.0.0-use.local
3093
3102
resolution : " @nexim/web-app-toolkit@workspace:packages/web-app-toolkit"
You can’t perform that action at this time.
0 commit comments