1 Star 0 Fork 0

zaoangod/fetch-event-source

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 684 Bytes
一键复制 编辑 原始数据 按行查看 历史
zaoangod 提交于 2024-11-20 15:38 +08:00 . init
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"lib": [
"ES2020",
"DOM",
"DOM.Iterable"
],
"useDefineForClassFields": true,
"declaration": true,
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": [
"lib"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zaoangod/fetch-event-source.git
git@gitee.com:zaoangod/fetch-event-source.git
zaoangod
fetch-event-source
fetch-event-source
main

搜索帮助