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

OSCHINA-MIRROR/thinkgem-jeesite-vue

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
tsconfig.json 1.4 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
thinkgem Отправлено 18.03.2025 11:10 2ef5f64
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"baseUrl": ".",
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"noImplicitOverride": true,
"useUnknownInCatchVariables": false,
"composite": false,
"declarationMap": false,
"inlineSources": false,
"isolatedModules": true,
"preserveWatchOutput": true,
"removeComments": true,
"skipLibCheck": true,
"noImplicitAny": false,
"strictPropertyInitialization": true,
"strictBindCallApply": true,
"strictNullChecks": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"experimentalDecorators": true,
"resolveJsonModule": true,
"declaration": false,
"jsx": "preserve",
"jsxImportSource": "vue",
"useDefineForClassFields": true,
"allowImportingTsExtensions": false,
"lib": ["ESNext", "DOM"],
"types": [
"node",
"vue-types",
"vite/client"
],
"paths": {
"/@/*": ["src/*"],
"/#/*": ["types/*"],
"@jeesite/core/*": ["src/*"],
"@jeesite/assets/*": ["src/assets/*"],
"@jeesite/types/*": ["types/*"],
"@jeesite/*": ["packages/*"]
}
},
"include": [
"./**/*.ts",
"./**/*.tsx",
"./**/*.vue"
],
"exclude": [
"packages/tests",
"node_modules",
"vite.config.ts",
"dist"
]
}

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

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

1
https://api.gitlife.ru/oschina-mirror/thinkgem-jeesite-vue.git
git@api.gitlife.ru:oschina-mirror/thinkgem-jeesite-vue.git
oschina-mirror
thinkgem-jeesite-vue
thinkgem-jeesite-vue
main