2 Star 0 Fork 0

loyoi / kuai-input

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 854 Bytes
一键复制 编辑 原始数据 按行查看 历史
loyoi 提交于 2024-05-21 22:56 . 0
{
"compilerOptions": {
"target": "ES2020",
"useDefineForClassFields": true,
"module": "ESNext",
"lib": [
"ES2020",
"DOM",
"DOM.Iterable"
],
"skipLibCheck": true,
"allowJs": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "preserve",
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"baseUrl": "./",
"paths": {
"@/*": [
"src/*"
]
},
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"tailwind.config.ts",
],
"references": [
{
"path": "./tsconfig.node.json"
}
]
}
1
https://gitee.com/loyoi/kuai-input.git
git@gitee.com:loyoi/kuai-input.git
loyoi
kuai-input
kuai-input
main

搜索帮助