File tree Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 2
2
{
3
3
"extends" : " ../tsconfig.json" ,
4
4
"compilerOptions" : {
5
- // "rootDir": "../",
5
+ "rootDir" : " ../" ,
6
6
"types" : [" jest" , " node" ],
7
7
"composite" : true ,
8
8
"allowJs" : true ,
9
9
"sourceMap" : true ,
10
10
},
11
- "exclude" : [" ./tsconfig.json" ],
12
- // "references": [{ "path": "../tsconfig.json" }],
11
+ "references" : [{ "path" : " ../src/" }],
13
12
"include" : [
14
- " ./**/*" ,
15
13
" ./**/*" ,
16
14
" ./*" ,
17
- " ../src/**/*" ,
18
15
" ../jest*.ts" ,
19
16
" ../tsconfig.aliases.json" ,
20
17
" ../package.json" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../tsconfig.json" ,
3
+ "compilerOptions" : {
4
+ "rootDir" : " ../" ,
5
+ "types" : [" node" ],
6
+ "composite" : true ,
7
+ "allowJs" : true ,
8
+ "sourceMap" : true ,
9
+ },
10
+ "include" : [" ./**/*" , " ./*" ],
11
+ "exclude" : [" node_modules" ],
12
+ }
Original file line number Diff line number Diff line change 86
86
/* Disallow inconsistently-cased references to the same file. */
87
87
"composite" : true ,
88
88
},
89
- "include" : [" src/**/* " , " bin/**/*" ],
89
+ "include" : [" bin/**/*" ],
90
90
"exclude" : [" node_modules" ],
91
91
92
- "references" : [{ "path" : " ./__tests__/tsconfig.json " }],
92
+ "references" : [{ "path" : " ./__tests__/" }, { "path" : " ./src/ " }],
93
93
"ts-node" : {
94
94
// Runtime help for ts-node
95
95
"require" : [" tsconfig-paths/register" ],
You can’t perform that action at this time.
0 commit comments