File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ export default [
24
24
ignores : [
25
25
".temp" ,
26
26
"**/node_modules" ,
27
+ "coverage" ,
27
28
"src/html/util/alternative-cr.ts" ,
28
29
"src/html/util/attribute-names.ts" ,
29
30
"src/html/util/entities.ts" ,
Original file line number Diff line number Diff line change 37
37
38
38
"skipLibCheck" : true
39
39
},
40
- "include" : [" src/**/*.ts" ]
40
+ "include" : [" src/**/*.ts" ],
41
+ "references" : [{ "path" : " ./tsconfig.test.json" }]
41
42
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ./tsconfig.json" ,
3
3
"compilerOptions" : {
4
+ "composite" : true ,
5
+ "paths" : {
6
+ "*" : [" typings/*" ]
7
+ },
8
+ "module" : " esnext" ,
4
9
"moduleResolution" : " Bundler"
5
10
},
6
11
"include" : [" test/**/*.ts" , " vitest.config.ts" ]
You can’t perform that action at this time.
0 commit comments