File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1919 "composite" : true
2020 },
2121 "references" : [
22- {
23- "path" : " ../types"
24- },
2522 {
2623 "path" : " ../rrdom"
2724 },
2825 {
2926 "path" : " ../rrweb-snapshot"
27+ },
28+ {
29+ "path" : " ../types"
3030 }
3131 ],
3232 "exclude" : [
Original file line number Diff line number Diff line change 44 "baseUrl" : " ." ,
55 "module" : " ESNext" ,
66 "target" : " es2016" ,
7- "lib" : [" DOM" , " ESNext" ],
7+ "lib" : [
8+ " DOM" ,
9+ " ESNext"
10+ ],
811 "strict" : true ,
912 "esModuleInterop" : true ,
1013 "incremental" : true ,
1518 "strictNullChecks" : true ,
1619 "forceConsistentCasingInFileNames" : true ,
1720 "paths" : {
18- "~/*" : [" src/*" ]
21+ "~/*" : [
22+ " src/*"
23+ ]
1924 },
2025 "jsx" : " react-jsx"
2126 },
22- "exclude" : [" dist" , " node_modules" ],
27+ "exclude" : [
28+ " dist" ,
29+ " node_modules"
30+ ],
2331 "references" : [
2432 {
25- "path" : " ../rrweb-player "
33+ "path" : " ../rrweb"
2634 },
2735 {
28- "path" : " ../rrweb"
36+ "path" : " ../rrweb-player "
2937 },
3038 {
3139 "path" : " ../types"
You can’t perform that action at this time.
0 commit comments