There was an error while loading. Please reload this page.
1 parent 89a6481 commit d313006Copy full SHA for d313006
1 file changed
src/Compiler.ts
@@ -55,7 +55,7 @@ export function compile(fileNames: string[], options: CompilerOptions): void {
55
if (path.isAbsolute(options.outFile)) {
56
outPath = options.outFile;
57
} else {
58
- // appedn to workinDir or outDir
+ // append to workinDir or outDir
59
outPath = path.resolve(options.outDir, options.outFile);
60
}
61
0 commit comments