[ci] format

This commit is contained in:
Princesseuh 2022-10-12 18:13:53 +00:00 committed by fredkbot
parent 0ea6187f95
commit 07d16ff43c

View file

@ -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' };