File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ export { } ;
Original file line number Diff line number Diff line change 44 "noErrorTruncation" : true ,
55 "allowSyntheticDefaultImports" : true ,
66 "skipLibCheck" : true ,
7- "baseUrl" : " ." ,
87 "strict" : false ,
98 "types" : [" @cloudflare/workers-types" ],
109 // (currently manually synced with top level tsconfig.json paths)
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
33 /* Base options: */
4- "esModuleInterop" : false ,
54 "allowSyntheticDefaultImports" : true ,
65 "skipLibCheck" : true ,
76 "target" : " es2022" ,
6564 "nitropack/types" : [" ./src/types" ],
6665 // Virtual files
6766 "#nitro-internal-virtual/*" : [" ./src/types/virtual/*" ],
67+ "#nitro-internal-pollyfills" : [" ./src/types/_polyfills.ts" ],
6868 // Compatibility (#internal/nitro)
6969 "#internal/nitro" : [" ./src/runtime" ],
7070 "#internal/nitro/*" : [" ./src/runtime/*" ],
You can’t perform that action at this time.
0 commit comments