fix(build): dts generate (#7322)

This commit is contained in:
三咲智子
2022-04-22 09:58:20 +08:00
committed by GitHub
parent 1028264c62
commit 2ccc705d6c

View File

@@ -18,7 +18,7 @@ import typeSafe from '../type-safe.json'
import type { SourceFile } from 'ts-morph'
const TSCONFIG_PATH = path.resolve(projRoot, 'tsconfig.json')
const TSCONFIG_PATH = path.resolve(projRoot, 'tsconfig.web.json')
const outDir = path.resolve(buildOutput, 'types')
// Type safe list. The TS errors are not all fixed yet, so we need a list of which files are fixed with TS errors to prevent accidental TS errors.