1 Star 2 Fork 2

飒爽师叔 / 翼龙面板汉化版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
Matthew Penner 提交于 2022-11-25 13:25 . React 18 and Vite (#4510)
{
"$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"]
}
PHP
1
https://gitee.com/vlssu/pterodactyl-panel.git
git@gitee.com:vlssu/pterodactyl-panel.git
vlssu
pterodactyl-panel
翼龙面板汉化版
develop

搜索帮助