Skip to content

Commit a8454cf

Browse files
committed
fmt
1 parent ee378d1 commit a8454cf

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

tsconfig.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,15 @@
1010
"importHelpers": true,
1111
"target": "ES2020",
1212
"module": "ES2020",
13-
"lib": [
14-
"ES2020",
15-
"dom",
16-
"ES2021.String"
17-
],
13+
"lib": ["ES2020", "dom", "ES2021.String"],
1814
"skipLibCheck": true,
1915
"skipDefaultLibCheck": true,
2016
"baseUrl": ".",
2117
"allowSyntheticDefaultImports": true,
2218
"resolveJsonModule": true,
2319
"paths": {
24-
"@lit-protocol/*": [
25-
"packages/*/src"
26-
]
20+
"@lit-protocol/*": ["packages/*/src"]
2721
}
2822
},
29-
"exclude": [
30-
"node_modules",
31-
"tmp"
32-
]
33-
}
23+
"exclude": ["node_modules", "tmp"]
24+
}

0 commit comments

Comments
 (0)