1 Star 0 Fork 398

PandaQ / element-plus

forked from element-plus / element-plus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 512 Bytes
一键复制 编辑 原始数据 按行查看 历史
三咲智子 提交于 2021-11-24 13:49 . refactor: improve tsconfig (#4386)
{
"compilerOptions": {
"strict": true,
"module": "ES6",
"target": "ES6",
"noImplicitAny": false,
"declaration": true,
"moduleResolution": "Node",
"esModuleInterop": true,
"jsx": "preserve",
"sourceMap": true,
"lib": ["ES2018", "DOM"],
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true
},
"include": ["packages"],
"exclude": ["node_modules", "**/__test?__", "**/dist"]
}
JavaScript
1
https://gitee.com/panda999/element-plus.git
git@gitee.com:panda999/element-plus.git
panda999
element-plus
element-plus
dev

搜索帮助