3 Star 81 Fork 27

于金金 / koi-screen-plus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 758 Bytes
一键复制 编辑 原始数据 按行查看 历史
于金金 提交于 2023-03-21 13:33 . 1、vue3代码重构完成
{
"compilerOptions": {
"target": "ESNext",
"useDefineForClassFields": true,
"module": "ESNext",
"moduleResolution": "Node",
"strict": true, // 默认true
"jsx": "preserve",
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"lib": ["ESNext", "DOM"],
"skipLibCheck": true,
"noEmit": true, // 编译后不输出任何js文件
"allowJs": true, // 允许编译器编译JS,JSX文件
"baseUrl": ".", // paths 路径解析起点
"paths": {
"@/*": [ // 别名路径设置
"src/*"
]
}
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "src/**/*.js"], // ts支持js
"references": [{ "path": "./tsconfig.node.json" }]
}
Java
1
https://gitee.com/BigCatHome/koi-screen-plus.git
git@gitee.com:BigCatHome/koi-screen-plus.git
BigCatHome
koi-screen-plus
koi-screen-plus
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891