We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23f11a commit cc633b5Copy full SHA for cc633b5
src/transformers/typescript.ts
@@ -62,6 +62,7 @@ const transformer: Transformer<Options.Typescript> = ({
62
const compilerOptionsJSON = {
63
moduleResolution: 'node',
64
target: 'es6',
65
+ sourceMap: true, // generate sourcemap + attach '\n//# source'+'MappingURL=Component.svelte.js.map' to result.code
66
};
67
68
let basePath = process.cwd();
0 commit comments