Skip to content

ParsedTsConfig

The resolved result of parseTsConfig.

Import:

import type { ParsedTsConfig } from 'obsidian-dev-utils/script-utils/check-project-types';

Signature:

export interface ParsedTsConfig

Properties

PropertyTypeDescription
fileNamesreadonly string[]The resolved list of files the config includes (absolute paths).
optionsCompilerOptionsThe resolved compiler options (with extends applied).

Links to this page: