File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ declare global {
135135 }
136136}
137137
138- declare module globalThis {
138+ declare namespace globalThis {
139139 // eslint-disable-next-line @typescript-eslint/naming-convention
140140 export let __schemastery_index__ : number
141141 export let __schemastery_refs__ : Record < number , Schema > | undefined
Original file line number Diff line number Diff line change 33 "compilerOptions" : {
44 "outDir" : " lib" ,
55 "rootDir" : " src" ,
6+ "module" : " preserve" ,
67 },
78 "include" : [
89 " src" ,
Original file line number Diff line number Diff line change 22 "compilerOptions" : {
33 "strict" : true ,
44 "target" : " es2022" ,
5- "module" : " commonjs" ,
65 "sourceMap" : true ,
76 "declaration" : true ,
87 "emitDeclarationOnly" : true ,
98 "composite" : true ,
109 "incremental" : true ,
1110 "skipLibCheck" : true ,
1211 "esModuleInterop" : true ,
13- "moduleResolution" : " node" ,
1412 },
1513}
You can’t perform that action at this time.
0 commit comments