1 Star 0 Fork 305

一酷/gi-demo

forked from 木木糖醇/gi-demo 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
tsconfig.json 684 Bytes
Copy Edit Raw Blame History
{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"lib": ["es2020", "dom"],
"skipLibCheck": true,
"allowJs": true
},
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["src/**/*", "src/**/*.vue", "src/types/*.d.ts", "public", "vite.config.ts"],
"esModuleInterop": true,
"references": [
{
"path": "./tsconfig.vite-config.json"
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/djwjk/gi-demo.git
git@gitee.com:djwjk/gi-demo.git
djwjk
gi-demo
gi-demo
master

Search