加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.dts.json 595 Bytes
一键复制 编辑 原始数据 按行查看 历史
三咲智子 提交于 2021-09-04 19:29 . style: use prettier (#3228)
{
"compilerOptions": {
"module": "esnext",
"declaration": true,
"noImplicitAny": false,
"removeComments": true,
"moduleResolution": "node",
"esModuleInterop": true,
"jsx": "preserve",
"noLib": false,
"target": "esnext",
"lib": ["esnext", "DOM"],
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true,
"emitDeclarationOnly": true,
"noEmitOnError": true,
"skipLibCheck": true,
"rootDir": "packages/element-plus"
},
"exclude": ["node_modules"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化