We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a81cb commit 1528985Copy full SHA for 1528985
src/resolveScript.ts
@@ -64,6 +64,7 @@ export function resolveScript(
64
compiler,
65
compilerOptions: options.compilerOptions,
66
transformAssetUrls: options.transformAssetUrls || true,
67
+ compilerOptions: options.compilerOptions
68
},
69
})
70
} catch (e) {
0 commit comments