Commit 6d656b4 1 parent f0e6c9f commit 6d656b4 Copy full SHA for 6d656b4
File tree 6 files changed +12
-22
lines changed
6 files changed +12
-22
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.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
- "include" : [ "src/**/*.ts" ] ,
11
- "references" : [ ]
8
+ "include" : [ "src/**/*.ts" , "src/*.ts" ]
12
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
- "include" : [ "src/**/*.ts" ] ,
11
- "references" : [ ]
8
+ "include" : [ "src/**/*.ts" , "src/*.ts" ]
12
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
- "include" : [ "src/**/*.ts" ] ,
11
- "references" : [ ]
8
+ "include" : [ "src/**/*.ts" , "src/*.ts" ] ,
12
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
- "include" : [ "src/**/*.ts" ] ,
11
- "references" : [ ]
8
+ "include" : [ "src/**/*.ts" , "src/*.ts" ]
12
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.base. json" ,
3
3
"compilerOptions" : {
4
4
"noEmit" : true ,
5
5
"types" : [ "node" ]
11
11
"path" : "./packages/element"
12
12
} ,
13
13
{
14
- "path" : "./packages/typescript-config"
14
+ "path" : "./packages/typescript-config/tsconfig.base.json "
15
15
} ,
16
16
{
17
17
"path" : "./packages/alpine"
Original file line number Diff line number Diff line change @@ -1100,6 +1100,8 @@ __metadata:
1100
1100
" @nexim/typescript-config@workspace:^, @nexim/typescript-config@workspace:packages/typescript-config " :
1101
1101
version : 0.0.0-use.local
1102
1102
resolution : " @nexim/typescript-config@workspace:packages/typescript-config"
1103
+ peerDependencies :
1104
+ typescript : ^5
1103
1105
languageName : unknown
1104
1106
linkType : soft
1105
1107
You can’t perform that action at this time.
0 commit comments