mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(build): dts generate (#7322)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user