1 Star 0 Fork 3.8K

lezuw / go-view

forked from dromara / go-view 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 863 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"baseUrl": ".",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"skipLibCheck": true,
"lib": [
"es6",
"ESNext",
"dom"
],
"types": [
"vite/client"
],
"paths": {
"@/*": [
"src/*"
],
"/#/*": [
"types/*"
]
},
"noImplicitAny": true, //不允许使用any
// "strictNullChecks": true, //不允许使用null
"noImplicitThis": true //不允许往this上面挂属性
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"types/**/*.d.ts",
"types/**/*.ts",
],
"exclude": [
"node_modules",
"dist",
"**/*.js"
]
}
TypeScript
1
https://gitee.com/lezuw/go-view.git
git@gitee.com:lezuw/go-view.git
lezuw
go-view
go-view
master

搜索帮助