feat: 更新tsconfig.json以包含lib路径配置
This commit is contained in:
Vendored
+266
-258
@@ -38,141 +38,145 @@
|
|||||||
* The above values will be the same _even if_ different values for `ENVIRONMENT` or `PUBLIC_BASE_URL` are set at runtime, as they are statically replaced in your code with their build time values.
|
* The above values will be the same _even if_ different values for `ENVIRONMENT` or `PUBLIC_BASE_URL` are set at runtime, as they are statically replaced in your code with their build time values.
|
||||||
*/
|
*/
|
||||||
declare module '$env/static/private' {
|
declare module '$env/static/private' {
|
||||||
export const ELECTRON_RUN_AS_NODE: string;
|
|
||||||
export const ANDROID_API: string;
|
|
||||||
export const ANDROID_HOME: string;
|
|
||||||
export const ANDROID_NDK_HOME: string;
|
|
||||||
export const APPCODE_VM_OPTIONS: string;
|
|
||||||
export const AUTOJUMP_ERROR_PATH: string;
|
|
||||||
export const AUTOJUMP_SOURCED: string;
|
|
||||||
export const BUN_INSTALL: string;
|
|
||||||
export const BW_SESSION: string;
|
|
||||||
export const CC_aarch64_unknown_linux_musl: string;
|
|
||||||
export const CIVITAI_TOKEN: string;
|
|
||||||
export const CLION_VM_OPTIONS: string;
|
|
||||||
export const COLORTERM: string;
|
|
||||||
export const COMMAND_MODE: string;
|
|
||||||
export const CPPFLAGS: string;
|
|
||||||
export const CXX_aarch64_unknown_linux_musl: string;
|
|
||||||
export const DATAGRIP_VM_OPTIONS: string;
|
|
||||||
export const DATASPELL_VM_OPTIONS: string;
|
|
||||||
export const DEVECOSTUDIO_VM_OPTIONS: string;
|
|
||||||
export const EDITOR: string;
|
|
||||||
export const ELECTRON_MIRROR: string;
|
export const ELECTRON_MIRROR: string;
|
||||||
export const ELECTRON_NO_ATTACH_CONSOLE: string;
|
|
||||||
export const FLUTTER_STORAGE_BASE_URL: string;
|
|
||||||
export const FNM_ARCH: string;
|
|
||||||
export const FNM_COREPACK_ENABLED: string;
|
|
||||||
export const FNM_DIR: string;
|
|
||||||
export const FNM_LOGLEVEL: string;
|
|
||||||
export const FNM_MULTISHELL_PATH: string;
|
|
||||||
export const FNM_NODE_DIST_MIRROR: string;
|
|
||||||
export const FNM_RESOLVE_ENGINES: string;
|
|
||||||
export const FNM_VERSION_FILE_STRATEGY: string;
|
|
||||||
export const GATEWAY_VM_OPTIONS: string;
|
|
||||||
export const GHOSTTY_BIN_DIR: string;
|
|
||||||
export const GHOSTTY_RESOURCES_DIR: string;
|
|
||||||
export const GHOSTTY_SHELL_FEATURES: string;
|
|
||||||
export const GM_QEMU_START_ARGS: string;
|
|
||||||
export const GO111MODULE: string;
|
|
||||||
export const GOLAND_VM_OPTIONS: string;
|
|
||||||
export const GOPATH: string;
|
|
||||||
export const GOPRIVATE: string;
|
|
||||||
export const GOPROXY: string;
|
|
||||||
export const GOSUMDB: string;
|
|
||||||
export const GRADLE_USER_HOME: string;
|
|
||||||
export const GREP_COLOR: string;
|
export const GREP_COLOR: string;
|
||||||
export const GREP_COLORS: string;
|
export const AUTOJUMP_ERROR_PATH: string;
|
||||||
export const HF_ENDPOINT: string;
|
|
||||||
export const HF_TOKEN: string;
|
|
||||||
export const HOME: string;
|
|
||||||
export const HOMEBREW_AUTO_UPDATE_SECS: string;
|
|
||||||
export const HOMEBREW_CELLAR: string;
|
|
||||||
export const HOMEBREW_INSTALL_FROM_API: string;
|
|
||||||
export const HOMEBREW_NO_ENV_HINTS: string;
|
|
||||||
export const HOMEBREW_PREFIX: string;
|
|
||||||
export const HOMEBREW_REPOSITORY: string;
|
|
||||||
export const HTTPS_PROXY: string;
|
|
||||||
export const HTTP_PROXY: string;
|
|
||||||
export const IDEA_VM_OPTIONS: string;
|
|
||||||
export const INFOPATH: string;
|
|
||||||
export const JAVA_HOME: string;
|
|
||||||
export const JDK_11_HOME: string;
|
|
||||||
export const JDK_17_HOME: string;
|
|
||||||
export const JDK_21_HOME: string;
|
|
||||||
export const JDK_8_HOME: string;
|
|
||||||
export const JETBRAINSCLIENT_VM_OPTIONS: string;
|
|
||||||
export const JETBRAINS_CLIENT_VM_OPTIONS: string;
|
|
||||||
export const LANG: string;
|
|
||||||
export const LC_ALL: string;
|
|
||||||
export const LDFLAGS: string;
|
|
||||||
export const LD_aarch64_unknown_linux_musl: string;
|
|
||||||
export const LESS_TERMCAP_mb: string;
|
|
||||||
export const LESS_TERMCAP_md: string;
|
|
||||||
export const LESS_TERMCAP_me: string;
|
|
||||||
export const LESS_TERMCAP_se: string;
|
|
||||||
export const LESS_TERMCAP_so: string;
|
|
||||||
export const LESS_TERMCAP_ue: string;
|
|
||||||
export const LESS_TERMCAP_us: string;
|
|
||||||
export const LOGNAME: string;
|
|
||||||
export const LOGNOTE_HOME: string;
|
|
||||||
export const LSCOLORS: string;
|
|
||||||
export const MACH_PORT_RENDEZVOUS_PEER_VALDATION: string;
|
|
||||||
export const MANPATH: string;
|
|
||||||
export const MallocNanoZone: string;
|
|
||||||
export const NPM_CONFIG_REGISTRY: string;
|
|
||||||
export const OSLogRateLimit: string;
|
|
||||||
export const PATH: string;
|
|
||||||
export const PHPSTORM_VM_OPTIONS: string;
|
|
||||||
export const PKG_CONFIG_PATH: string;
|
|
||||||
export const PNPM_HOME: string;
|
|
||||||
export const PUB_HOSTED_URL: string;
|
|
||||||
export const PWD: string;
|
|
||||||
export const PYCHARM_VM_OPTIONS: string;
|
export const PYCHARM_VM_OPTIONS: string;
|
||||||
export const PYTORCH_ENABLE_MPS_FALLBACK: string;
|
export const LDFLAGS: string;
|
||||||
export const RIDER_VM_OPTIONS: string;
|
|
||||||
export const RUBYMINE_VM_OPTIONS: string;
|
|
||||||
export const RUSTFLAGS: string;
|
|
||||||
export const RUSTROVER_VM_OPTIONS: string;
|
|
||||||
export const RUSTUP_DIST_SERVER: string;
|
|
||||||
export const RUSTUP_UPDATE_ROOT: string;
|
|
||||||
export const SHELL: string;
|
|
||||||
export const SHLVL: string;
|
|
||||||
export const SSH_AUTH_SOCK: string;
|
|
||||||
export const STARSHIP_SESSION_KEY: string;
|
|
||||||
export const STARSHIP_SHELL: string;
|
export const STARSHIP_SHELL: string;
|
||||||
export const STUDIO_VM_OPTIONS: string;
|
export const MANPATH: string;
|
||||||
export const TERM: string;
|
|
||||||
export const TERMINFO: string;
|
|
||||||
export const TERM_PROGRAM: string;
|
|
||||||
export const TERM_PROGRAM_VERSION: string;
|
|
||||||
export const TMPDIR: string;
|
|
||||||
export const USER: string;
|
|
||||||
export const VSCODE_CLI: string;
|
|
||||||
export const VSCODE_CODE_CACHE_PATH: string;
|
|
||||||
export const VSCODE_CRASH_REPORTER_PROCESS_TYPE: string;
|
|
||||||
export const VSCODE_CWD: string;
|
|
||||||
export const VSCODE_ESM_ENTRYPOINT: string;
|
|
||||||
export const VSCODE_HANDLES_UNCAUGHT_ERRORS: string;
|
|
||||||
export const VSCODE_IPC_HOOK: string;
|
|
||||||
export const VSCODE_NLS_CONFIG: string;
|
|
||||||
export const VSCODE_PID: string;
|
|
||||||
export const WEBIDE_VM_OPTIONS: string;
|
export const WEBIDE_VM_OPTIONS: string;
|
||||||
export const WEBSTORM_VM_OPTIONS: string;
|
export const LESS_TERMCAP_mb: string;
|
||||||
export const XDG_DATA_DIRS: string;
|
export const GHOSTTY_RESOURCES_DIR: string;
|
||||||
export const XPC_FLAGS: string;
|
export const TERM_PROGRAM: string;
|
||||||
export const XPC_SERVICE_NAME: string;
|
export const NODE: string;
|
||||||
export const __CFBundleIdentifier: string;
|
export const LESS_TERMCAP_md: string;
|
||||||
|
export const FNM_LOGLEVEL: string;
|
||||||
|
export const ANDROID_HOME: string;
|
||||||
|
export const LESS_TERMCAP_me: string;
|
||||||
|
export const AUTOJUMP_SOURCED: string;
|
||||||
|
export const SHELL: string;
|
||||||
|
export const JETBRAINSCLIENT_VM_OPTIONS: string;
|
||||||
|
export const TERM: string;
|
||||||
|
export const FNM_NODE_DIST_MIRROR: string;
|
||||||
|
export const TMPDIR: string;
|
||||||
|
export const HOMEBREW_REPOSITORY: string;
|
||||||
|
export const CPPFLAGS: string;
|
||||||
|
export const VSCODE_PYTHON_AUTOACTIVATE_GUARD: string;
|
||||||
|
export const TERM_PROGRAM_VERSION: string;
|
||||||
|
export const ZDOTDIR: string;
|
||||||
|
export const HOMEBREW_AUTO_UPDATE_SECS: string;
|
||||||
|
export const MallocNanoZone: string;
|
||||||
|
export const LESS_TERMCAP_ue: string;
|
||||||
|
export const JDK_17_HOME: string;
|
||||||
|
export const npm_config_local_prefix: string;
|
||||||
|
export const PNPM_HOME: string;
|
||||||
|
export const LC_ALL: string;
|
||||||
|
export const GOPRIVATE: string;
|
||||||
|
export const BW_SESSION: string;
|
||||||
|
export const LOGNOTE_HOME: string;
|
||||||
|
export const FNM_COREPACK_ENABLED: string;
|
||||||
|
export const USER: string;
|
||||||
|
export const GM_QEMU_START_ARGS: string;
|
||||||
|
export const COMMAND_MODE: string;
|
||||||
|
export const GREP_COLORS: string;
|
||||||
|
export const CC_aarch64_unknown_linux_musl: string;
|
||||||
|
export const HOMEBREW_INSTALL_FROM_API: string;
|
||||||
|
export const SSH_AUTH_SOCK: string;
|
||||||
|
export const PHPSTORM_VM_OPTIONS: string;
|
||||||
|
export const VSCODE_PROFILE_INITIALIZED: string;
|
||||||
export const __CF_USER_TEXT_ENCODING: string;
|
export const __CF_USER_TEXT_ENCODING: string;
|
||||||
export const APPLICATION_INSIGHTS_NO_STATSBEAT: string;
|
export const PUB_HOSTED_URL: string;
|
||||||
export const VSCODE_L10N_BUNDLE_LOCATION: string;
|
export const PYTORCH_ENABLE_MPS_FALLBACK: string;
|
||||||
export const APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL: string;
|
export const npm_execpath: string;
|
||||||
export const COPILOT_OTEL_ENABLED: string;
|
export const GOLAND_VM_OPTIONS: string;
|
||||||
export const OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT: string;
|
export const APPCODE_VM_OPTIONS: string;
|
||||||
export const COPILOT_OTEL_EXPORTER_TYPE: string;
|
export const GO111MODULE: string;
|
||||||
export const COPILOT_OTEL_FILE_EXPORTER_PATH: string;
|
export const LSCOLORS: string;
|
||||||
export const ELECTRON_NO_ASAR: string;
|
export const LESS_TERMCAP_us: string;
|
||||||
export const NODE_ENV: string;
|
export const JDK_21_HOME: string;
|
||||||
|
export const FNM_VERSION_FILE_STRATEGY: string;
|
||||||
|
export const FNM_ARCH: string;
|
||||||
|
export const DEVECOSTUDIO_VM_OPTIONS: string;
|
||||||
|
export const CIVITAI_TOKEN: string;
|
||||||
|
export const PATH: string;
|
||||||
|
export const RUSTROVER_VM_OPTIONS: string;
|
||||||
|
export const GOPROXY: string;
|
||||||
|
export const npm_package_json: string;
|
||||||
|
export const _: string;
|
||||||
|
export const GHOSTTY_SHELL_FEATURES: string;
|
||||||
|
export const USER_ZDOTDIR: string;
|
||||||
|
export const __CFBundleIdentifier: string;
|
||||||
|
export const npm_command: string;
|
||||||
|
export const PWD: string;
|
||||||
|
export const JAVA_HOME: string;
|
||||||
|
export const FLUTTER_STORAGE_BASE_URL: string;
|
||||||
|
export const npm_lifecycle_event: string;
|
||||||
|
export const EDITOR: string;
|
||||||
|
export const RUSTFLAGS: string;
|
||||||
|
export const npm_package_name: string;
|
||||||
|
export const CLION_VM_OPTIONS: string;
|
||||||
|
export const IDEA_VM_OPTIONS: string;
|
||||||
|
export const LANG: string;
|
||||||
|
export const BUN_INSPECT_CONNECT_TO: string;
|
||||||
|
export const VSCODE_GIT_ASKPASS_EXTRA_ARGS: string;
|
||||||
|
export const XPC_FLAGS: string;
|
||||||
|
export const FNM_MULTISHELL_PATH: string;
|
||||||
|
export const WEBSTORM_VM_OPTIONS: string;
|
||||||
|
export const DATASPELL_VM_OPTIONS: string;
|
||||||
|
export const HTTPS_PROXY: string;
|
||||||
|
export const JDK_8_HOME: string;
|
||||||
|
export const npm_package_version: string;
|
||||||
|
export const XPC_SERVICE_NAME: string;
|
||||||
|
export const CXX_aarch64_unknown_linux_musl: string;
|
||||||
|
export const VSCODE_INJECTION: string;
|
||||||
|
export const HOME: string;
|
||||||
|
export const GOSUMDB: string;
|
||||||
|
export const SHLVL: string;
|
||||||
|
export const STUDIO_VM_OPTIONS: string;
|
||||||
|
export const GRADLE_USER_HOME: string;
|
||||||
|
export const VSCODE_GIT_ASKPASS_MAIN: string;
|
||||||
|
export const TERMINFO: string;
|
||||||
|
export const NPM_CONFIG_REGISTRY: string;
|
||||||
|
export const HOMEBREW_PREFIX: string;
|
||||||
|
export const FNM_DIR: string;
|
||||||
|
export const HTTP_PROXY: string;
|
||||||
|
export const LD_aarch64_unknown_linux_musl: string;
|
||||||
|
export const RUSTUP_DIST_SERVER: string;
|
||||||
|
export const STARSHIP_SESSION_KEY: string;
|
||||||
|
export const LOGNAME: string;
|
||||||
|
export const npm_lifecycle_script: string;
|
||||||
|
export const VSCODE_GIT_IPC_HANDLE: string;
|
||||||
|
export const LESS_TERMCAP_so: string;
|
||||||
|
export const XDG_DATA_DIRS: string;
|
||||||
|
export const GATEWAY_VM_OPTIONS: string;
|
||||||
|
export const HF_ENDPOINT: string;
|
||||||
|
export const GHOSTTY_BIN_DIR: string;
|
||||||
|
export const CODELLDB_LAUNCH_CONNECT_FILE: string;
|
||||||
|
export const BUN_INSTALL: string;
|
||||||
|
export const DATAGRIP_VM_OPTIONS: string;
|
||||||
|
export const GOPATH: string;
|
||||||
|
export const PKG_CONFIG_PATH: string;
|
||||||
|
export const npm_config_user_agent: string;
|
||||||
|
export const GDK_DEBUG: string;
|
||||||
|
export const JDK_11_HOME: string;
|
||||||
|
export const ANDROID_API: string;
|
||||||
|
export const FNM_RESOLVE_ENGINES: string;
|
||||||
|
export const VSCODE_GIT_ASKPASS_NODE: string;
|
||||||
|
export const GIT_ASKPASS: string;
|
||||||
|
export const HOMEBREW_CELLAR: string;
|
||||||
|
export const ANDROID_NDK_HOME: string;
|
||||||
|
export const INFOPATH: string;
|
||||||
|
export const JETBRAINS_CLIENT_VM_OPTIONS: string;
|
||||||
|
export const RIDER_VM_OPTIONS: string;
|
||||||
|
export const OSLogRateLimit: string;
|
||||||
|
export const HF_TOKEN: string;
|
||||||
|
export const RUBYMINE_VM_OPTIONS: string;
|
||||||
|
export const HOMEBREW_NO_ENV_HINTS: string;
|
||||||
|
export const RUSTUP_UPDATE_ROOT: string;
|
||||||
|
export const npm_node_execpath: string;
|
||||||
|
export const COLORTERM: string;
|
||||||
|
export const LESS_TERMCAP_se: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -259,141 +263,145 @@ declare module '$env/static/public' {
|
|||||||
*/
|
*/
|
||||||
declare module '$env/dynamic/private' {
|
declare module '$env/dynamic/private' {
|
||||||
export const env: {
|
export const env: {
|
||||||
ELECTRON_RUN_AS_NODE: string;
|
|
||||||
ANDROID_API: string;
|
|
||||||
ANDROID_HOME: string;
|
|
||||||
ANDROID_NDK_HOME: string;
|
|
||||||
APPCODE_VM_OPTIONS: string;
|
|
||||||
AUTOJUMP_ERROR_PATH: string;
|
|
||||||
AUTOJUMP_SOURCED: string;
|
|
||||||
BUN_INSTALL: string;
|
|
||||||
BW_SESSION: string;
|
|
||||||
CC_aarch64_unknown_linux_musl: string;
|
|
||||||
CIVITAI_TOKEN: string;
|
|
||||||
CLION_VM_OPTIONS: string;
|
|
||||||
COLORTERM: string;
|
|
||||||
COMMAND_MODE: string;
|
|
||||||
CPPFLAGS: string;
|
|
||||||
CXX_aarch64_unknown_linux_musl: string;
|
|
||||||
DATAGRIP_VM_OPTIONS: string;
|
|
||||||
DATASPELL_VM_OPTIONS: string;
|
|
||||||
DEVECOSTUDIO_VM_OPTIONS: string;
|
|
||||||
EDITOR: string;
|
|
||||||
ELECTRON_MIRROR: string;
|
ELECTRON_MIRROR: string;
|
||||||
ELECTRON_NO_ATTACH_CONSOLE: string;
|
|
||||||
FLUTTER_STORAGE_BASE_URL: string;
|
|
||||||
FNM_ARCH: string;
|
|
||||||
FNM_COREPACK_ENABLED: string;
|
|
||||||
FNM_DIR: string;
|
|
||||||
FNM_LOGLEVEL: string;
|
|
||||||
FNM_MULTISHELL_PATH: string;
|
|
||||||
FNM_NODE_DIST_MIRROR: string;
|
|
||||||
FNM_RESOLVE_ENGINES: string;
|
|
||||||
FNM_VERSION_FILE_STRATEGY: string;
|
|
||||||
GATEWAY_VM_OPTIONS: string;
|
|
||||||
GHOSTTY_BIN_DIR: string;
|
|
||||||
GHOSTTY_RESOURCES_DIR: string;
|
|
||||||
GHOSTTY_SHELL_FEATURES: string;
|
|
||||||
GM_QEMU_START_ARGS: string;
|
|
||||||
GO111MODULE: string;
|
|
||||||
GOLAND_VM_OPTIONS: string;
|
|
||||||
GOPATH: string;
|
|
||||||
GOPRIVATE: string;
|
|
||||||
GOPROXY: string;
|
|
||||||
GOSUMDB: string;
|
|
||||||
GRADLE_USER_HOME: string;
|
|
||||||
GREP_COLOR: string;
|
GREP_COLOR: string;
|
||||||
GREP_COLORS: string;
|
AUTOJUMP_ERROR_PATH: string;
|
||||||
HF_ENDPOINT: string;
|
|
||||||
HF_TOKEN: string;
|
|
||||||
HOME: string;
|
|
||||||
HOMEBREW_AUTO_UPDATE_SECS: string;
|
|
||||||
HOMEBREW_CELLAR: string;
|
|
||||||
HOMEBREW_INSTALL_FROM_API: string;
|
|
||||||
HOMEBREW_NO_ENV_HINTS: string;
|
|
||||||
HOMEBREW_PREFIX: string;
|
|
||||||
HOMEBREW_REPOSITORY: string;
|
|
||||||
HTTPS_PROXY: string;
|
|
||||||
HTTP_PROXY: string;
|
|
||||||
IDEA_VM_OPTIONS: string;
|
|
||||||
INFOPATH: string;
|
|
||||||
JAVA_HOME: string;
|
|
||||||
JDK_11_HOME: string;
|
|
||||||
JDK_17_HOME: string;
|
|
||||||
JDK_21_HOME: string;
|
|
||||||
JDK_8_HOME: string;
|
|
||||||
JETBRAINSCLIENT_VM_OPTIONS: string;
|
|
||||||
JETBRAINS_CLIENT_VM_OPTIONS: string;
|
|
||||||
LANG: string;
|
|
||||||
LC_ALL: string;
|
|
||||||
LDFLAGS: string;
|
|
||||||
LD_aarch64_unknown_linux_musl: string;
|
|
||||||
LESS_TERMCAP_mb: string;
|
|
||||||
LESS_TERMCAP_md: string;
|
|
||||||
LESS_TERMCAP_me: string;
|
|
||||||
LESS_TERMCAP_se: string;
|
|
||||||
LESS_TERMCAP_so: string;
|
|
||||||
LESS_TERMCAP_ue: string;
|
|
||||||
LESS_TERMCAP_us: string;
|
|
||||||
LOGNAME: string;
|
|
||||||
LOGNOTE_HOME: string;
|
|
||||||
LSCOLORS: string;
|
|
||||||
MACH_PORT_RENDEZVOUS_PEER_VALDATION: string;
|
|
||||||
MANPATH: string;
|
|
||||||
MallocNanoZone: string;
|
|
||||||
NPM_CONFIG_REGISTRY: string;
|
|
||||||
OSLogRateLimit: string;
|
|
||||||
PATH: string;
|
|
||||||
PHPSTORM_VM_OPTIONS: string;
|
|
||||||
PKG_CONFIG_PATH: string;
|
|
||||||
PNPM_HOME: string;
|
|
||||||
PUB_HOSTED_URL: string;
|
|
||||||
PWD: string;
|
|
||||||
PYCHARM_VM_OPTIONS: string;
|
PYCHARM_VM_OPTIONS: string;
|
||||||
PYTORCH_ENABLE_MPS_FALLBACK: string;
|
LDFLAGS: string;
|
||||||
RIDER_VM_OPTIONS: string;
|
|
||||||
RUBYMINE_VM_OPTIONS: string;
|
|
||||||
RUSTFLAGS: string;
|
|
||||||
RUSTROVER_VM_OPTIONS: string;
|
|
||||||
RUSTUP_DIST_SERVER: string;
|
|
||||||
RUSTUP_UPDATE_ROOT: string;
|
|
||||||
SHELL: string;
|
|
||||||
SHLVL: string;
|
|
||||||
SSH_AUTH_SOCK: string;
|
|
||||||
STARSHIP_SESSION_KEY: string;
|
|
||||||
STARSHIP_SHELL: string;
|
STARSHIP_SHELL: string;
|
||||||
STUDIO_VM_OPTIONS: string;
|
MANPATH: string;
|
||||||
TERM: string;
|
|
||||||
TERMINFO: string;
|
|
||||||
TERM_PROGRAM: string;
|
|
||||||
TERM_PROGRAM_VERSION: string;
|
|
||||||
TMPDIR: string;
|
|
||||||
USER: string;
|
|
||||||
VSCODE_CLI: string;
|
|
||||||
VSCODE_CODE_CACHE_PATH: string;
|
|
||||||
VSCODE_CRASH_REPORTER_PROCESS_TYPE: string;
|
|
||||||
VSCODE_CWD: string;
|
|
||||||
VSCODE_ESM_ENTRYPOINT: string;
|
|
||||||
VSCODE_HANDLES_UNCAUGHT_ERRORS: string;
|
|
||||||
VSCODE_IPC_HOOK: string;
|
|
||||||
VSCODE_NLS_CONFIG: string;
|
|
||||||
VSCODE_PID: string;
|
|
||||||
WEBIDE_VM_OPTIONS: string;
|
WEBIDE_VM_OPTIONS: string;
|
||||||
WEBSTORM_VM_OPTIONS: string;
|
LESS_TERMCAP_mb: string;
|
||||||
XDG_DATA_DIRS: string;
|
GHOSTTY_RESOURCES_DIR: string;
|
||||||
XPC_FLAGS: string;
|
TERM_PROGRAM: string;
|
||||||
XPC_SERVICE_NAME: string;
|
NODE: string;
|
||||||
__CFBundleIdentifier: string;
|
LESS_TERMCAP_md: string;
|
||||||
|
FNM_LOGLEVEL: string;
|
||||||
|
ANDROID_HOME: string;
|
||||||
|
LESS_TERMCAP_me: string;
|
||||||
|
AUTOJUMP_SOURCED: string;
|
||||||
|
SHELL: string;
|
||||||
|
JETBRAINSCLIENT_VM_OPTIONS: string;
|
||||||
|
TERM: string;
|
||||||
|
FNM_NODE_DIST_MIRROR: string;
|
||||||
|
TMPDIR: string;
|
||||||
|
HOMEBREW_REPOSITORY: string;
|
||||||
|
CPPFLAGS: string;
|
||||||
|
VSCODE_PYTHON_AUTOACTIVATE_GUARD: string;
|
||||||
|
TERM_PROGRAM_VERSION: string;
|
||||||
|
ZDOTDIR: string;
|
||||||
|
HOMEBREW_AUTO_UPDATE_SECS: string;
|
||||||
|
MallocNanoZone: string;
|
||||||
|
LESS_TERMCAP_ue: string;
|
||||||
|
JDK_17_HOME: string;
|
||||||
|
npm_config_local_prefix: string;
|
||||||
|
PNPM_HOME: string;
|
||||||
|
LC_ALL: string;
|
||||||
|
GOPRIVATE: string;
|
||||||
|
BW_SESSION: string;
|
||||||
|
LOGNOTE_HOME: string;
|
||||||
|
FNM_COREPACK_ENABLED: string;
|
||||||
|
USER: string;
|
||||||
|
GM_QEMU_START_ARGS: string;
|
||||||
|
COMMAND_MODE: string;
|
||||||
|
GREP_COLORS: string;
|
||||||
|
CC_aarch64_unknown_linux_musl: string;
|
||||||
|
HOMEBREW_INSTALL_FROM_API: string;
|
||||||
|
SSH_AUTH_SOCK: string;
|
||||||
|
PHPSTORM_VM_OPTIONS: string;
|
||||||
|
VSCODE_PROFILE_INITIALIZED: string;
|
||||||
__CF_USER_TEXT_ENCODING: string;
|
__CF_USER_TEXT_ENCODING: string;
|
||||||
APPLICATION_INSIGHTS_NO_STATSBEAT: string;
|
PUB_HOSTED_URL: string;
|
||||||
VSCODE_L10N_BUNDLE_LOCATION: string;
|
PYTORCH_ENABLE_MPS_FALLBACK: string;
|
||||||
APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL: string;
|
npm_execpath: string;
|
||||||
COPILOT_OTEL_ENABLED: string;
|
GOLAND_VM_OPTIONS: string;
|
||||||
OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT: string;
|
APPCODE_VM_OPTIONS: string;
|
||||||
COPILOT_OTEL_EXPORTER_TYPE: string;
|
GO111MODULE: string;
|
||||||
COPILOT_OTEL_FILE_EXPORTER_PATH: string;
|
LSCOLORS: string;
|
||||||
ELECTRON_NO_ASAR: string;
|
LESS_TERMCAP_us: string;
|
||||||
NODE_ENV: string;
|
JDK_21_HOME: string;
|
||||||
|
FNM_VERSION_FILE_STRATEGY: string;
|
||||||
|
FNM_ARCH: string;
|
||||||
|
DEVECOSTUDIO_VM_OPTIONS: string;
|
||||||
|
CIVITAI_TOKEN: string;
|
||||||
|
PATH: string;
|
||||||
|
RUSTROVER_VM_OPTIONS: string;
|
||||||
|
GOPROXY: string;
|
||||||
|
npm_package_json: string;
|
||||||
|
_: string;
|
||||||
|
GHOSTTY_SHELL_FEATURES: string;
|
||||||
|
USER_ZDOTDIR: string;
|
||||||
|
__CFBundleIdentifier: string;
|
||||||
|
npm_command: string;
|
||||||
|
PWD: string;
|
||||||
|
JAVA_HOME: string;
|
||||||
|
FLUTTER_STORAGE_BASE_URL: string;
|
||||||
|
npm_lifecycle_event: string;
|
||||||
|
EDITOR: string;
|
||||||
|
RUSTFLAGS: string;
|
||||||
|
npm_package_name: string;
|
||||||
|
CLION_VM_OPTIONS: string;
|
||||||
|
IDEA_VM_OPTIONS: string;
|
||||||
|
LANG: string;
|
||||||
|
BUN_INSPECT_CONNECT_TO: string;
|
||||||
|
VSCODE_GIT_ASKPASS_EXTRA_ARGS: string;
|
||||||
|
XPC_FLAGS: string;
|
||||||
|
FNM_MULTISHELL_PATH: string;
|
||||||
|
WEBSTORM_VM_OPTIONS: string;
|
||||||
|
DATASPELL_VM_OPTIONS: string;
|
||||||
|
HTTPS_PROXY: string;
|
||||||
|
JDK_8_HOME: string;
|
||||||
|
npm_package_version: string;
|
||||||
|
XPC_SERVICE_NAME: string;
|
||||||
|
CXX_aarch64_unknown_linux_musl: string;
|
||||||
|
VSCODE_INJECTION: string;
|
||||||
|
HOME: string;
|
||||||
|
GOSUMDB: string;
|
||||||
|
SHLVL: string;
|
||||||
|
STUDIO_VM_OPTIONS: string;
|
||||||
|
GRADLE_USER_HOME: string;
|
||||||
|
VSCODE_GIT_ASKPASS_MAIN: string;
|
||||||
|
TERMINFO: string;
|
||||||
|
NPM_CONFIG_REGISTRY: string;
|
||||||
|
HOMEBREW_PREFIX: string;
|
||||||
|
FNM_DIR: string;
|
||||||
|
HTTP_PROXY: string;
|
||||||
|
LD_aarch64_unknown_linux_musl: string;
|
||||||
|
RUSTUP_DIST_SERVER: string;
|
||||||
|
STARSHIP_SESSION_KEY: string;
|
||||||
|
LOGNAME: string;
|
||||||
|
npm_lifecycle_script: string;
|
||||||
|
VSCODE_GIT_IPC_HANDLE: string;
|
||||||
|
LESS_TERMCAP_so: string;
|
||||||
|
XDG_DATA_DIRS: string;
|
||||||
|
GATEWAY_VM_OPTIONS: string;
|
||||||
|
HF_ENDPOINT: string;
|
||||||
|
GHOSTTY_BIN_DIR: string;
|
||||||
|
CODELLDB_LAUNCH_CONNECT_FILE: string;
|
||||||
|
BUN_INSTALL: string;
|
||||||
|
DATAGRIP_VM_OPTIONS: string;
|
||||||
|
GOPATH: string;
|
||||||
|
PKG_CONFIG_PATH: string;
|
||||||
|
npm_config_user_agent: string;
|
||||||
|
GDK_DEBUG: string;
|
||||||
|
JDK_11_HOME: string;
|
||||||
|
ANDROID_API: string;
|
||||||
|
FNM_RESOLVE_ENGINES: string;
|
||||||
|
VSCODE_GIT_ASKPASS_NODE: string;
|
||||||
|
GIT_ASKPASS: string;
|
||||||
|
HOMEBREW_CELLAR: string;
|
||||||
|
ANDROID_NDK_HOME: string;
|
||||||
|
INFOPATH: string;
|
||||||
|
JETBRAINS_CLIENT_VM_OPTIONS: string;
|
||||||
|
RIDER_VM_OPTIONS: string;
|
||||||
|
OSLogRateLimit: string;
|
||||||
|
HF_TOKEN: string;
|
||||||
|
RUBYMINE_VM_OPTIONS: string;
|
||||||
|
HOMEBREW_NO_ENV_HINTS: string;
|
||||||
|
RUSTUP_UPDATE_ROOT: string;
|
||||||
|
npm_node_execpath: string;
|
||||||
|
COLORTERM: string;
|
||||||
|
LESS_TERMCAP_se: string;
|
||||||
[key: `PUBLIC_${string}`]: undefined;
|
[key: `PUBLIC_${string}`]: undefined;
|
||||||
[key: `${string}`]: string | undefined;
|
[key: `${string}`]: string | undefined;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,12 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"paths": {
|
"paths": {
|
||||||
|
"$lib": [
|
||||||
|
"../src/lib"
|
||||||
|
],
|
||||||
|
"$lib/*": [
|
||||||
|
"../src/lib/*"
|
||||||
|
],
|
||||||
"$app/types": [
|
"$app/types": [
|
||||||
"./types/index.d.ts"
|
"./types/index.d.ts"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user