1 Star 0 Fork 1

Guang/freeCodeCamp

forked from luke/freeCodeCamp 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig-base.json 733 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sem Bauke 提交于 2024-06-15 01:09 +08:00 . chore: remove Cypress (#55056)
{
"compilerOptions": {
"lib": ["WebWorker", "DOM", "DOM.Iterable"],
"target": "es2020",
"module": "es2020",
"moduleResolution": "node",
"allowJs": true,
"jsx": "react",
"strict": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noEmit": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"types": ["node", "jest"]
},
// since ts-node compiles ts on the fly and then uses node, it needs to
// compile the scripts to commonjs (or node will complain about the requires)
"ts-node": {
"compilerOptions": {
"module": "commonjs"
},
"transpileOnly": true
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/light_guang/freeCodeCamp.git
git@gitee.com:light_guang/freeCodeCamp.git
light_guang
freeCodeCamp
freeCodeCamp
main

搜索帮助