1 Star 0 Fork 183

starry_sky_copy/tmui design

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
tsconfig.json 863 Bytes
Copy Edit Raw Blame History
{
"compilerOptions": {
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"lib": ["esnext", "dom"],
"types": ["@dcloudio/types"],
"paths": {
"@/*": ["./src/*"]
}
},
"files": ["./components.d.ts"],
"include": [
"./src/*.vue",
"./src/**/*.vue",
"./src/uni_modules/tm-ui/**/*.vue",
"./src/uni_modules/tm-ui/components/*.vue",
"./src/uni_modules/tm-ui/components/**/*.vue",
"./src/uni_modules/tm-ui/**/*.ts",
"./src/uni_modules/tm-ui/*.ts",
"./src/uni_modules/tm-ui/*.d.ts",
"./src/uni_modules/tm-ui/**/*.d.ts",
"./src/*.ts",
"./src/*.d.ts",
"./src/**/*.ts"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/starry_sky_copy/tmui-design.git
git@gitee.com:starry_sky_copy/tmui-design.git
starry_sky_copy
tmui-design
tmui design
master

Search