ParsedTsConfig
The resolved result of parseTsConfig.
Import:
import type { ParsedTsConfig } from 'obsidian-dev-utils/script-utils/check-project-types';Signature:
export interface ParsedTsConfigProperties
| Property | Type | Description |
|---|---|---|
| fileNames | readonly string[] | The resolved list of files the config includes (absolute paths). |
| options | CompilerOptions | The resolved compiler options (with extends applied). |
Links to this page: