1 Star 0 Fork 1

cailowcode/go-view-imitation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.json 993 Bytes
一键复制 编辑 原始数据 按行查看 历史
不叠加 提交于 2023-07-03 19:53 . 补丁
{
"compilerOptions": {
"target": "ESNext",
"useDefineForClassFields": true,
"module": "ESNext",
"moduleResolution": "Node",
"strict": true,
"jsx": "preserve",
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"baseUrl": "./",
"lib": [
"ESNext",
"DOM",
"es6",
],
"types": [
"vite/client"
],
"paths": {
"@/*": [
"src/*"
],
"/#/*": [
"types/*"
]
},
"skipLibCheck": true,
"noEmit": true,
"noImplicitAny": true, //不允许使用any
// "strictNullChecks": true, //不允许使用null
"noImplicitThis": true //不允许往this上面挂属性
},
// "include": [
// "src/**/*.ts",
// "src/**/*.d.ts",
// "src/**/*.tsx",
// "src/**/*.vue",
// "types/**/*" //包括types
// ],
"exclude": [
"node_modules",
"dist"
],
"references": [
{
"path": "./tsconfig.node.json"
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/cailowcode/go-view-imitation.git
[email protected]:cailowcode/go-view-imitation.git
cailowcode
go-view-imitation
go-view-imitation
master

搜索帮助