File tree Expand file tree Collapse file tree 1 file changed +20
-6
lines changed Expand file tree Collapse file tree 1 file changed +20
-6
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments