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

OSCHINA-MIRROR/vlssu-pterodactyl-panel

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
tsconfig.json 1.6 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Matthew Penner Отправлено 25.11.2022 23:25 21613fa
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Default",
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"jsx": "react-jsx",
"module": "ESNext",
"target": "ES2019",
"paths": {
"@/*": [
"./resources/scripts/*"
],
"@definitions/*": [
"./resources/scripts/api/definitions/*"
],
"@feature/*": [
"./resources/scripts/components/server/features/*"
]
},
"plugins": [
{
"name": "typescript-plugin-tw-template"
}
],
"allowJs": false,
"allowSyntheticDefaultImports": true,
"composite": false,
"declaration": true,
"declarationMap": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"inlineSources": false,
"isolatedModules": true,
"moduleResolution": "Node",
"newLine": "lf",
"noEmit": true,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noPropertyAccessFromIndexSignature": false,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"preserveWatchOutput": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"stripInternal": true,
"useDefineForClassFields": true
},
"include": ["./resources/scripts/**/*", "vite.config.ts"],
"exclude": ["node_modules"]
}

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

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

1
https://api.gitlife.ru/oschina-mirror/vlssu-pterodactyl-panel.git
git@api.gitlife.ru:oschina-mirror/vlssu-pterodactyl-panel.git
oschina-mirror
vlssu-pterodactyl-panel
vlssu-pterodactyl-panel
develop