Skip to content

Commit facbbeb

Browse files
committed
fmt
1 parent 7c9bc64 commit facbbeb

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

tsconfig.base.json

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,32 @@
1010
"importHelpers": true,
1111
"target": "ES2022",
1212
"module": "ES2022",
13-
"lib": ["ES2022", "dom", "ES2021.String"],
13+
"lib": [
14+
"ES2022",
15+
"dom",
16+
"ES2021.String"
17+
],
1418
"skipLibCheck": true,
1519
"skipDefaultLibCheck": true,
1620
"baseUrl": ".",
1721
"esModuleInterop": true,
1822
"allowSyntheticDefaultImports": true,
1923
"resolveJsonModule": true,
2024
"paths": {
21-
"@lit-protocol/*": ["packages/*/src"],
22-
"@lit-protocol/contracts": ["packages/contracts/dist/index"],
23-
"@lit-protocol/contracts/*": ["packages/contracts/dist/*"]
25+
"@lit-protocol/*": [
26+
"packages/*/src"
27+
],
28+
"@lit-protocol/contracts": [
29+
"packages/contracts/dist/index"
30+
],
31+
"@lit-protocol/contracts/*": [
32+
"packages/contracts/dist/*"
33+
]
2434
}
2535
},
26-
"exclude": ["node_modules", "tmp", "dist"]
27-
}
36+
"exclude": [
37+
"node_modules",
38+
"tmp",
39+
"dist"
40+
]
41+
}

0 commit comments

Comments
 (0)