File tree Expand file tree Collapse file tree 4 files changed +35
-8
lines changed Expand file tree Collapse file tree 4 files changed +35
-8
lines changed Original file line number Diff line number Diff line change 5
5
},
6
6
"formatter" : {
7
7
"indentStyle" : " space" ,
8
- "ignore" : [" tests-corpus" ]
8
+ "ignore" : [
9
+ " tests-corpus"
10
+ ]
9
11
},
10
12
"linter" : {
11
13
"rules" : {
43
45
"selector" : {
44
46
"kind" : " typeAlias"
45
47
},
46
- "formats" : [" PascalCase" , " camelCase" ]
48
+ "formats" : [
49
+ " PascalCase" ,
50
+ " camelCase"
51
+ ]
47
52
},
48
53
{
49
54
"selector" : {
50
55
"kind" : " objectLiteralProperty"
51
56
},
52
- "formats" : [" camelCase" , " PascalCase" ]
57
+ "formats" : [
58
+ " camelCase" ,
59
+ " PascalCase"
60
+ ]
53
61
}
54
62
]
55
63
}
66
74
"semicolons" : " asNeeded"
67
75
}
68
76
},
77
+ "json" : {
78
+ "formatter" : {
79
+ "lineWidth" : 1
80
+ }
81
+ },
69
82
"vcs" : {
70
83
"enabled" : true ,
71
84
"clientKind" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ../tsconfig-base.json" ,
3
3
"compilerOptions" : {
4
- "types" : [" node" ],
4
+ "types" : [
5
+ " node"
6
+ ],
5
7
"outDir" : " ../dist"
6
8
},
7
- "include" : [" ./bin/cli.ts" , " ./**/*.test.ts" ],
8
- "references" : [{ "path" : " ." }]
9
+ "include" : [
10
+ " ./bin/cli.ts" ,
11
+ " ./**/*.test.ts"
12
+ ],
13
+ "references" : [
14
+ {
15
+ "path" : " ."
16
+ }
17
+ ]
9
18
}
Original file line number Diff line number Diff line change 8
8
"noEmit" : false ,
9
9
"outDir" : " ../dist"
10
10
},
11
- "exclude" : [" ./bin/cli.ts" , " ./**/*.test.ts" ]
11
+ "exclude" : [
12
+ " ./bin/cli.ts" ,
13
+ " ./**/*.test.ts"
14
+ ]
12
15
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://json.schemastore.org/tsconfig" ,
3
3
"compilerOptions" : {
4
- "lib" : [" ES2022" ],
4
+ "lib" : [
5
+ " ES2022"
6
+ ],
5
7
"module" : " Node16" ,
6
8
"target" : " ES2022" ,
7
9
You can’t perform that action at this time.
0 commit comments