Skip to content

Commit d5627da

Browse files
committed
lint?
1 parent cd4362e commit d5627da

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

packages/rrweb/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
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": [

packages/web-extension/tsconfig.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
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,
@@ -15,17 +18,22 @@
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"

0 commit comments

Comments
 (0)