[internals] Create @vercel-internals/types (#9608)

Moves the type file out of the cli package and into its own standalone
package. utilizes `@vercel/style-guide` too for typescript config,
eslint, and prettier.
This commit is contained in:
Ethan Arrowood
2023-03-07 08:44:25 -07:00
committed by GitHub
parent 38244c8ed6
commit af239b5fa5
111 changed files with 1447 additions and 298 deletions

View File

@@ -85,7 +85,7 @@ import {
HttpHeadersConfig,
EnvConfigs,
} from './types';
import { ProjectSettings } from '../../types';
import { ProjectSettings } from '@vercel-internals/types';
import { treeKill } from '../tree-kill';
import { applyOverriddenHeaders, nodeHeadersToFetchHeaders } from './headers';
import { formatQueryString, parseQueryString } from './parse-query-string';