1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/vuepress-theme-hope-theme

Клонировать/Скачать
tsconfig.base.json 1.2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Mister-Hope Отправлено 19.02.2025 09:45 05356da
{
"compilerOptions": {
// types
"allowArbitraryExtensions": false,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strict": true,
"verbatimModuleSyntax": true,
// Modules
"baseUrl": "./",
"module": "ESNext",
"moduleResolution": "Bundler",
"resolveJsonModule": true,
// Emit
"downlevelIteration": false,
"importHelpers": true,
"inlineSources": true,
"inlineSourceMap": false,
"newLine": "lf",
"noEmitOnError": true,
"removeComments": false,
"sourceMap": true,
// JavaScript
"allowJs": false,
"checkJs": false,
// Interop Constraints
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
// output formatting
"pretty": true,
// lib
"lib": ["DOM", "ESNext"],
// minimal node 18 support
"target": "ES2022",
// Compiler Diagnostics
"diagnostics": false,
"listEmittedFiles": false,
"skipLibCheck": true
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/vuepress-theme-hope-theme.git
git@api.gitlife.ru:oschina-mirror/vuepress-theme-hope-theme.git
oschina-mirror
vuepress-theme-hope-theme
vuepress-theme-hope-theme
main