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 [
2424 ignores : [
2525 ".temp" ,
2626 "**/node_modules" ,
27+ "coverage" ,
2728 "src/html/util/alternative-cr.ts" ,
2829 "src/html/util/attribute-names.ts" ,
2930 "src/html/util/entities.ts" ,
Original file line number Diff line number Diff line change 3737
3838 "skipLibCheck" : true
3939 },
40- "include" : [" src/**/*.ts" ]
40+ "include" : [" src/**/*.ts" ],
41+ "references" : [{ "path" : " ./tsconfig.test.json" }]
4142}
Original file line number Diff line number Diff line change 11{
22 "extends" : " ./tsconfig.json" ,
33 "compilerOptions" : {
4+ "composite" : true ,
5+ "paths" : {
6+ "*" : [" typings/*" ]
7+ },
8+ "module" : " esnext" ,
49 "moduleResolution" : " Bundler"
510 },
611 "include" : [" test/**/*.ts" , " vitest.config.ts" ]
You can’t perform that action at this time.
0 commit comments