UNPKG

ts-standard

Version:

TypeScript Standard Style based on StandardJS

9 lines (6 loc) 222 B
export const DEFAULT_TSCONFIG_LOCATIONS = [ 'tsconfig.eslint.json', 'tsconfig.json' ] export const DEFAULT_EXTENSIONS = ['js', 'jsx', 'mjs', 'cjs', 'ts', 'tsx'] export const CURRENT_WORKING_DIRECTORY = process.cwd()