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

OSCHINA-MIRROR/xizon-Uix-Kit

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
tsconfig.json 1019
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
UIUX Lab Отправлено 11.06.2024 17:18 d08610c
{
"compilerOptions": {
"target": "esnext",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "commonjs",
"moduleResolution": "node",
"isolatedModules": true,
"resolveJsonModule": true,
"sourceMap": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"incremental": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": false,
"baseUrl": "./src",
"jsx": "react",
"noEmit": false,
"declaration": true,
"outDir": "@types",
"paths": {
"@uixkit/core/*": ["components/*"],
"@uixkit/plugins/*": ["components/_third-party-plugins/*"]
}
},
"include": [
"src/**/*.ts", "src/**/*.tsx"
],
"exclude": [
"node_modules"
]
}

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

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

1
https://api.gitlife.ru/oschina-mirror/xizon-Uix-Kit.git
git@api.gitlife.ru:oschina-mirror/xizon-Uix-Kit.git
oschina-mirror
xizon-Uix-Kit
xizon-Uix-Kit
master