1 Star 0 Fork 111

linan / ng-form-elementplus

forked from jjxliu306 / ng-form-elementplus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 893 Bytes
一键复制 编辑 原始数据 按行查看 历史
jjxliu306 提交于 2022-07-24 20:34 . 1、升级ts版本,更新示例
{
"compilerOptions": {
"target": "es6",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"useDefineForClassFields": true,
"sourceMap": true,
"baseUrl": ".",
"noImplicitAny": false,
"types": [
"webpack-env"
],
"paths": {
"@/*": [
"packages/*",
"example/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
},
"include": [
"packages/**/*.ts",
"packages/**/*.tsx",
"packages/**/*.vue",
"example/**/*.ts",
"example/**/*.tsx",
"example/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx"
],
"exclude": [
"node_modules"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/attend/ng-form-elementplus.git
git@gitee.com:attend/ng-form-elementplus.git
attend
ng-form-elementplus
ng-form-elementplus
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891