Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh authored and astrobot-houston committed Oct 12, 2022
1 parent 0ea6187 commit 07d16ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/config/tsconfig.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { deepmerge } from 'deepmerge-ts';
import * as tsr from 'tsconfig-resolver';
import { existsSync } from 'fs';
import { join } from 'path';
import * as tsr from 'tsconfig-resolver';

export const defaultTSConfig: tsr.TsConfigJson = { extends: 'astro/tsconfigs/base' };

Expand Down

0 comments on commit 07d16ff

Please sign in to comment.