3 Star 2 Fork 0

mirrors_ssshooter/mind-elixir-core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 642 Bytes
一键复制 编辑 原始数据 按行查看 历史
DJJo 提交于 2023-08-30 23:30 . feat: multi selection and summary
{
"compilerOptions": {
"allowJs": false,
"declaration": true,
"outDir": "dist/types",
"target": "ES2020",
"useDefineForClassFields": true,
"module": "ESNext",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"skipLibCheck": true,
/* Bundler mode */
"isolatedModules": true,
"emitDeclarationOnly": true,
// "noEmit": true,
/* Linting */
"strict": true,
"noFallthroughCasesInSwitch": true,
"noErrorTruncation": true,
// "moduleResolution": "nodenext"
"moduleResolution": "Node",
},
"include": ["src"],
"exclude": ["src/dev.dist.ts"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_ssshooter/mind-elixir-core.git
git@gitee.com:mirrors_ssshooter/mind-elixir-core.git
mirrors_ssshooter
mind-elixir-core
mind-elixir-core
master

搜索帮助