Skip to content

Commit

Permalink
fix(compiler): improve sourceMap config option type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Jun 23, 2021
1 parent 3f7b570 commit 5a5092e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compiler/index.d.ts
Expand Up @@ -21,7 +21,7 @@ export type Config = {
code?: boolean;
writeVersionComment?: boolean;
ignoreUnrecognizedTags?: boolean;
sourceMaps?: boolean;
sourceMaps?: boolean | "inline" | "both";
translator?: string;
fileSystem?: typeof import("fs");
modules?: "esm" | "cjs";
Expand Down

0 comments on commit 5a5092e

Please sign in to comment.