1 Star 0 Fork 0

siYuanJun/as-components

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 395 Bytes
一键复制 编辑 原始数据 按行查看 历史
siYuanJun 提交于 2024-07-12 14:26 . first
{
"compilerOptions": {
"target": "ES2017",
"module": "ESNext",
"moduleResolution": "node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitAny": true,
"skipLibCheck": true,
"lib": ["DOM", "ESNext"],
"allowImportingTsExtensions": true,
"noEmit": true
},
"exclude": [
"dist", "node_modules"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/siYuanJun/as-components.git
git@gitee.com:siYuanJun/as-components.git
siYuanJun
as-components
as-components
master

搜索帮助